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 ab5b4f7 commit f23c886Copy full SHA for f23c886
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: npx nx run-many --target=build
31
32
- name: 'Semantic Release'
33
- run: npx semantic-release
+ run: GH_TOKEN=${{ secrets.GH_PAT }} npx semantic-release
34
env:
35
GH_TOKEN: ${{ secrets.GH_PAT }}
36
VSCE_PAT: ${{ secrets.AZUREDEVOPS_PAT }}
0 commit comments