Skip to content

Commit

Permalink
fix(ci/cd): test github tag variable
Browse files Browse the repository at this point in the history
  • Loading branch information
martendebruijn committed Jul 20, 2024
1 parent 3bb60da commit 425c8d3
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 @@ -51,5 +51,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 --access public

0 comments on commit 425c8d3

Please sign in to comment.