We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GH_TOKEN
1 parent a8b4a6f commit ccbd13cCopy full SHA for ccbd13c
.github/workflows/release-branch.yml
@@ -53,7 +53,7 @@ jobs:
53
git push --follow-tags
54
55
if [ "$OLD_VERSION" != "$NEW_VERSION" ]; then
56
- gh release create "@yarnpkg/cli/$NEW_VERSION" --title "v$NEW_VERSION" --verify-tag --generate-notes --notes-start-tag "@yarnpkg/cli/$OLD_VERSION"
+ GH_TOKEN="${{secrets.YARNBOT_TOKEN}}" gh release create "@yarnpkg/cli/$NEW_VERSION" --title "v$NEW_VERSION" --verify-tag --generate-notes --notes-start-tag "@yarnpkg/cli/$OLD_VERSION"
57
fi
58
59
- name: 'Upload the releases'
0 commit comments