We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251a9c6 commit 36524a4Copy full SHA for 36524a4
.github/workflows/publish.yaml
@@ -22,14 +22,14 @@ jobs:
22
id: publish_version
23
run: echo "RELEASE_VERSION=${{ github.ref_name }}" >> $GITHUB_OUTPUT
24
25
- - name: npm version bump
26
- run: npm version ${{ steps.publish_version.outputs.RELEASE_VERSION }}
27
-
28
- name: git config
29
run: |
30
git config user.name "${GITHUB_ACTOR}"
31
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
32
+ - name: npm version bump
+ run: npm version --no-git-tag-version ${{ steps.publish_version.outputs.RELEASE_VERSION }}
+
33
# - name: npm publish
34
# run: npm run publish:npm
35
0 commit comments