Updated workflow
parent
9aff77e9b3
commit
8671c43970
|
@ -12,7 +12,8 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12.x
|
||||||
|
always-auth: true
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
|
||||||
publish-gpr:
|
publish-gpr:
|
||||||
|
@ -22,9 +23,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12.x
|
||||||
registry-url: https://npm.pkg.github.com/
|
registry-url: https://npm.pkg.github.com/
|
||||||
scope: '@MillenniumEarl'
|
scope: '@MillenniumEarl'
|
||||||
|
always-auth: true
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" && git config --global user.name "$GITHUB_ACTOR"
|
- run: git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" && git config --global user.name "$GITHUB_ACTOR"
|
||||||
- run: yarn version --patch
|
- run: yarn version --patch
|
||||||
|
|
Loading…
Reference in New Issue