We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5e857 commit 268f64cCopy full SHA for 268f64c
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
if: ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
39
run: pnpm --filter=@graphprotocol/graph-cli oclif:pack
40
- name: Release / pull_request
41
- uses: dotansimha/[email protected]
+ uses: pinax-network/changesets-release[email protected]
42
with:
43
publish: pnpm release
44
version: pnpm changeset version
0 commit comments