We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872cd52 commit 7407077Copy full SHA for 7407077
.github/workflows/release.yaml
@@ -35,8 +35,6 @@ jobs:
35
matrix:
36
node-version:
37
- 18.x
38
- # - 19.x
39
- # - 20.x
40
steps:
41
- uses: actions/checkout@v3
42
- name: Use Node.js ${{ matrix.node-version }}
@@ -49,7 +47,7 @@ jobs:
49
47
- name: Build
50
48
run: npm run compile
51
- run: npm ci
52
- - run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
+ # - run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
53
- uses: JS-DevTools/npm-publish@v3
54
with:
55
token: ${{ secrets.NPM_TOKEN }}
0 commit comments