Skip to content

fix(trace): only throw when no receipt #20

fix(trace): only throw when no receipt

fix(trace): only throw when no receipt #20

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit