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 ab0c688 commit 9c80fd1Copy full SHA for 9c80fd1
1 file changed
.github/workflows/vscodepublish.yml
@@ -12,8 +12,11 @@ jobs:
12
- uses: actions/setup-node@v1
13
with:
14
node-version: "10.x"
15
- - run: npm install -g vsce
+ env:
16
+ GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
17
+ - run: npm install -g vsce github-release-from-changelog
18
- run: yarn install
19
- run: yarn lint
20
- run: yarn compile
21
- run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
22
+ - run: github-release-from-changelog
0 commit comments