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 6ee85d1 commit 1bd1050Copy full SHA for 1bd1050
.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].0
+ uses: dotansimha/[email protected].2
42
with:
43
publish: pnpm release
44
version: pnpm changeset version
0 commit comments