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 bba08e7 commit 285a045Copy full SHA for 285a045
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
if: ${{ startsWith(github.event.head_commit.message, env.RELEASE_COMMIT_MSG) }}
37
run: pnpm --filter=@graphprotocol/graph-cli oclif:pack
38
- name: Release / pull_request
39
- uses: dotansimha/changesets-action@v1.4.0
+ uses: dotansimha/changesets-action@v1.5.0
40
with:
41
publish: pnpm release
42
version: pnpm changeset version
0 commit comments