Skip to content

Commit 83ae46b

Browse files
committed
fix releases
1 parent 184a7a6 commit 83ae46b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,9 @@ jobs:
2020

2121
- run: yarn install --frozen-lockfile
2222

23+
- name: Set version from release tag
24+
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
25+
26+
- run: npm run compile
27+
2328
- run: npm publish --provenance --access public

0 commit comments

Comments
 (0)