We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1848dcf commit 49047f5Copy full SHA for 49047f5
1 file changed
.github/workflows/release.yml
@@ -44,13 +44,13 @@ jobs:
44
registry-url: https://registry.npmjs.org
45
cache: npm
46
47
+ - name: Sync version from release tag
48
+ run: npm pkg set version="${GITHUB_REF_NAME#v}"
49
+
50
- run: npm ci
51
52
- name: Build
53
run: npm run build
54
- - name: Sync version from release tag
- run: npm pkg set version="${GITHUB_REF_NAME#v}"
-
55
- name: Publish to npm
56
run: npm publish --provenance --access public
0 commit comments