Skip to content

Commit b45d431

Browse files
committed
include git tag in package.json on release
1 parent b5bcda7 commit b45d431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: typescript
2424
run: npm run compile
2525

26+
- name: typescript
27+
run: npm --no-git-tag-version version from-git
28+
2629
- name: Publish to Open VSX Registry
2730
uses: HaaLeo/publish-vscode-extension@v2
2831
id: publishToOpenVSX

0 commit comments

Comments
 (0)