Skip to content

Commit 36524a4

Browse files
committed
ci: npm version without tag
1 parent 251a9c6 commit 36524a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
id: publish_version
2323
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_OUTPUT
2424

25-
- name: npm version bump
26-
run: npm version ${{ steps.publish_version.outputs.RELEASE_VERSION }}
27-
2825
- name: git config
2926
run: |
3027
git config user.name "${GITHUB_ACTOR}"
3128
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
3229
30+
- name: npm version bump
31+
run: npm version --no-git-tag-version ${{ steps.publish_version.outputs.RELEASE_VERSION }}
32+
3333
# - name: npm publish
3434
# run: npm run publish:npm
3535

0 commit comments

Comments
 (0)