Skip to content

Commit 9c80fd1

Browse files
committed
feat(changelog): update release notes automaticly
1 parent ab0c688 commit 9c80fd1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/vscodepublish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
- uses: actions/setup-node@v1
1313
with:
1414
node-version: "10.x"
15-
- run: npm install -g vsce
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
17+
- run: npm install -g vsce github-release-from-changelog
1618
- run: yarn install
1719
- run: yarn lint
1820
- run: yarn compile
1921
- run: vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
22+
- run: github-release-from-changelog

0 commit comments

Comments
 (0)