Skip to content

Commit

Permalink
Prevent npm version from commiting
Browse files Browse the repository at this point in the history
Because the committing is done later on by a different command.
  • Loading branch information
JiriLojda authored Oct 26, 2022
1 parent 2b3f91f commit 53c1ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Extract version from tag
id: get_version
uses: battila7/get-version-action@v2
- run: npm version ${{ steps.get_version.outputs.version-without-v }}
- run: npm --no-git-tag-version version ${{ steps.get_version.outputs.version-without-v }}
- run: npm install
- run: npm run lint
- run: npm run build:prod
Expand Down

0 comments on commit 53c1ab3

Please sign in to comment.