Skip to content

Commit

Permalink
fix(ci/cd): use github variable
Browse files Browse the repository at this point in the history
  • Loading branch information
martendebruijn committed Jul 20, 2024
1 parent 7eca695 commit 6e74d5b
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 "$CI_COMMIT_TAG"
- run: npm version "${{ github.ref.name }}"
- run: npm publish

0 comments on commit 6e74d5b

Please sign in to comment.