Skip to content

Commit

Permalink
Delete alpha tag on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 committed Mar 30, 2024
1 parent 61c96e2 commit 0b4e31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@ jobs:
scope: '@openpv'
- run: yarn install --dev
- run: yarn build
- run: yarn publish --tag alpha --access public
- run: yarn publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 0b4e31a

Please sign in to comment.