We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7407077 commit 0313548Copy full SHA for 0313548
.github/workflows/release.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Build
48
run: npm run compile
49
- run: npm ci
50
- # - run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
+ - run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
51
- uses: JS-DevTools/npm-publish@v3
52
with:
53
token: ${{ secrets.NPM_TOKEN }}
0 commit comments