Skip to content

Commit

Permalink
fix(ci/cd): test to get tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
martendebruijn committed Jul 20, 2024
1 parent 6e74d5b commit c57e9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
- run: npm config set allow-same-version true
- run: npm config set git-tag-version false
- run: npm run build
- run: npm version "${{ github.ref.name }}"
- run: npm version ${ GITHUB_REF_NAME }
- run: npm publish

0 comments on commit c57e9f0

Please sign in to comment.