Skip to content

Commit

Permalink
ci: add next tag to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkness committed Feb 11, 2021
1 parent 05ec3df commit 74d1861
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 @@ -40,7 +40,7 @@ jobs:
- name: generate tag and release body (next)
if: github.ref == 'refs/heads/next'
run: |
yarn standard-version -i RELEASE_BODY.md --skip.commit
yarn standard-version -i RELEASE_BODY.md --skip.commit --prerelease next
npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 74d1861

Please sign in to comment.