Skip to content

Commit

Permalink
Merge pull request #20 from stefanak-michal/15-cd
Browse files Browse the repository at this point in the history
don't create commit
  • Loading branch information
stefanak-michal authored Apr 20, 2024
2 parents 41c42ca + 2c654a4 commit 7adcca5
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 7adcca5

Please sign in to comment.