We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a635d7 commit 1f7060fCopy full SHA for 1f7060f
.github/workflows/publish.yml
@@ -48,11 +48,6 @@ jobs:
48
name: Get current version
49
run: echo "CURRENT_VERSION=$(npm pkg get version | tr -d '"')" >> $GITHUB_OUTPUT
50
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
-
56
- name: Publish package
57
run: |
58
echo "//registry.npmjs.org/:_authToken=$AUTH_TOKEN" >> .npmrc
0 commit comments