Skip to content

Commit

Permalink
don't create commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanak-michal committed Apr 20, 2024
1 parent aa15dce commit 2c654a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: npm ci

- name: Update package version
run: npm version ${{ github.ref_name }} --allow-same-version
run: npm version ${{ github.ref_name }} --git-tag-version false --allow-same-version

- name: Build
run: npm run build
Expand Down

0 comments on commit 2c654a4

Please sign in to comment.