We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184a7a6 commit 83ae46bCopy full SHA for 83ae46b
1 file changed
.github/workflows/publish.yml
@@ -20,4 +20,9 @@ jobs:
20
21
- run: yarn install --frozen-lockfile
22
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
28
- run: npm publish --provenance --access public
0 commit comments