Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 53c1ab3

Browse files
authored
Prevent npm version from commiting
Because the committing is done later on by a different command.
1 parent 2b3f91f commit 53c1ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Extract version from tag
2020
id: get_version
2121
uses: battila7/get-version-action@v2
22-
- run: npm version ${{ steps.get_version.outputs.version-without-v }}
22+
- run: npm --no-git-tag-version version ${{ steps.get_version.outputs.version-without-v }}
2323
- run: npm install
2424
- run: npm run lint
2525
- run: npm run build:prod

0 commit comments

Comments
 (0)