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 ad49a57 commit a9e258bCopy full SHA for a9e258b
.github/workflows/publish.yml
@@ -98,6 +98,7 @@ jobs:
98
- name: Release
99
env:
100
NPM_CONFIG_PROVENANCE: true
101
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102
RELEASE_GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} # used for tags
103
run: |
104
npm run release-stable -- --versionSpecifier "${{ github.event.inputs.version_specifier }}"
@@ -263,6 +264,7 @@ jobs:
263
264
npm run release-canary
265
266
267
268
269
notify-stable-failure:
270
name: Notify Slack for Stable failure
0 commit comments