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 f8bc7b7 commit c94d005Copy full SHA for c94d005
1 file changed
.github/workflows/vscodepublish.yml
@@ -32,6 +32,7 @@ jobs:
32
with:
33
run: yarn test
34
- name: Prepare release
35
- run: yarn compile
+ - run: yarn compile
36
+ - run: npx github-release-from-changelog
37
- name: Publish
38
run: npx vsce publish -p $PUBLISHER_TOKEN --yarn
0 commit comments