We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164a3be commit 45ec7f3Copy full SHA for 45ec7f3
.github/workflows/publish.yml
@@ -32,4 +32,4 @@ jobs:
32
body: 'Updates `package.json` version to `${{ env.RELEASE_VERSION }}`.'
33
branch: version-bump/${{ env.RELEASE_VERSION }}
34
labels: version-bump
35
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments