Skip to content

Commit

Permalink
Merge pull request #19 from stefanak-michal/15-cd
Browse files Browse the repository at this point in the history
fixed used tag name
  • Loading branch information
stefanak-michal authored Apr 20, 2024
2 parents 3cae495 + aa15dce commit 41c42ca
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 }} --allow-same-version
run: npm version ${{ github.ref_name }} --allow-same-version

- name: Build
run: npm run build
Expand Down

0 comments on commit 41c42ca

Please sign in to comment.