1 parent f09087f commit 5b25afaCopy full SHA for 5b25afa
1 file changed
.github/workflows/publish.yml
@@ -17,6 +17,9 @@ jobs:
17
node-version: 20
18
registry-url: https://registry.npmjs.org
19
20
+ - name: Set version from git tag
21
+ run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version
22
+
23
- run: npm ci
24
25
- run: npm run typecheck
0 commit comments