Skip to content

Commit

Permalink
fix: Add RC suffix to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jan 8, 2021
1 parent 407cd19 commit cb1e88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automatic_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Prerelease
run: |
yarn run release --prerelease
git push origin master
yarn run release --prerelease rc
git push --follow-tags origin master
2 changes: 1 addition & 1 deletion .github/workflows/automatic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Prerelease
run: |
yarn run release
git push origin master
git push --follow-tags origin master

0 comments on commit cb1e88a

Please sign in to comment.