diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index def7de4..db2335d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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