Skip to content

Commit 7407077

Browse files
committed
chore: temp disables npm versioning
1 parent 872cd52 commit 7407077

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
matrix:
3636
node-version:
3737
- 18.x
38-
# - 19.x
39-
# - 20.x
4038
steps:
4139
- uses: actions/checkout@v3
4240
- name: Use Node.js ${{ matrix.node-version }}
@@ -49,7 +47,7 @@ jobs:
4947
- name: Build
5048
run: npm run compile
5149
- run: npm ci
52-
- run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
50+
# - run: npm version ${{ github.event.release.tag_name }} --no-git-tag-version
5351
- uses: JS-DevTools/npm-publish@v3
5452
with:
5553
token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)