Skip to content

Commit

Permalink
ci: add alpha tag (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum authored Aug 4, 2022
1 parent 50f82e4 commit d00b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: "Publish to npm"
if: inputs.PUBLISH_NPM
run: |
npm publish
npm publish --tag alpha
git push
git push --tags
env:
Expand Down

0 comments on commit d00b8a2

Please sign in to comment.