Skip to content

Commit

Permalink
🔧 Remove beta release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Wilsman authored Apr 8, 2021
1 parent b47a3bc commit cb2c489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
restore-keys: v1/${{ runner.os }}/node-12/
- run: yarn
- run: yarn build
- run: npm publish --tag next
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cb2c489

Please sign in to comment.