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 b6db903 commit cb38a6fCopy full SHA for cb38a6f
1 file changed
.github/workflows/vscodepublish.yml
@@ -19,4 +19,5 @@ jobs:
19
- run: yarn lint
20
- run: yarn compile
21
- run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
22
+ - run: export GITHUB_TOKEN=${{ secrets.REPO_TOKEN }}
23
- run: github-release-from-changelog
0 commit comments