We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815beed commit 55f7239Copy full SHA for 55f7239
.github/workflows/release-snapshot.yml
@@ -34,3 +34,5 @@ jobs:
34
git diff
35
echo '---'
36
yarn run publish --tag "${{ steps.variables.outputs.tag }}" --no-git-tag
37
+ env:
38
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments