Skip to content

Commit

Permalink
fix(ci): add ga --tag alpha for swagger-ui-react next (#8391)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lai committed Feb 15, 2023
1 parent 369f118 commit f3570bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-swagger-ui-react.yml
Expand Up @@ -68,6 +68,6 @@ jobs:
run: |
cd ../dist
pwd
npm publish .
npm publish . --tag alpha
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit f3570bc

Please sign in to comment.