Skip to content

Commit c94d005

Browse files
committed
revert
1 parent f8bc7b7 commit c94d005

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/vscodepublish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
with:
3333
run: yarn test
3434
- name: Prepare release
35-
run: yarn compile
35+
- run: yarn compile
36+
- run: npx github-release-from-changelog
3637
- name: Publish
3738
run: npx vsce publish -p $PUBLISHER_TOKEN --yarn

0 commit comments

Comments
 (0)