Skip to content

Commit 1f7060f

Browse files
committed
fix
1 parent 9a635d7 commit 1f7060f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
name: Get current version
4949
run: echo "CURRENT_VERSION=$(npm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
5050

51-
- name: Set package version
52-
run: bunx npm version --no-git-tag-version $CURRENT_VERSION
53-
env:
54-
CURRENT_VERSION: ${{ steps.current-version.outputs.CURRENT_VERSION }}
55-
5651
- name: Publish package
5752
run: |
5853
echo "//registry.npmjs.org/:_authToken=$AUTH_TOKEN" >> .npmrc

0 commit comments

Comments
 (0)