Skip to content

Commit

Permalink
feat: testing alpha tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed May 9, 2024
1 parent fa9c973 commit 46b0896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Publish Package
run: |
set -e
npm version "${{ steps.tag.outputs.tag_name }}" --no-git-tag-version
npm version "${{ steps.tag.outputs.tag_name }}" --no-git-tag-version --tag alpha
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 46b0896

Please sign in to comment.