Updated workflow

pull/49/head
MillenniumEarl 2020-11-22 11:01:55 +01:00
parent 9aff77e9b3
commit 8671c43970
1 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 12.x
always-auth: true
- run: yarn install
publish-gpr:
@ -22,9 +23,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 12.x
registry-url: https://npm.pkg.github.com/
scope: '@MillenniumEarl'
always-auth: true
- 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 --patch