Updated workflow

pull/48/head
MillenniumEarl 2020-11-22 10:53:32 +01:00
parent 7743b30dd3
commit 9aff77e9b3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
scope: '@MillenniumEarl'
- run: yarn install
- run: git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" && git config --global user.name "$GITHUB_ACTOR"
- run: yarn version --minor
- run: yarn version --patch
- run: git push --tags && git push
- run: yarn publish
env: