Skip to content

Commit

Permalink
馃挌 Fix CD release
Browse files Browse the repository at this point in the history
  • Loading branch information
wwilsman committed Apr 6, 2021
1 parent f48ad53 commit eb8084f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -21,6 +21,6 @@ jobs:
restore-keys: v1/${{ runner.os }}/node-12/
- run: yarn
- run: yarn build
- run: npm publish
- run: npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit eb8084f

Please sign in to comment.