Skip to content

Commit

Permalink
Github actions tweaks, trying GPR on last time
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jan 9, 2022
1 parent c0dd625 commit ab65fa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
40 changes: 0 additions & 40 deletions .circleci/config.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -20,7 +20,7 @@ jobs:

publish-npm:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -34,7 +34,7 @@ jobs:

publish-gpr:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -44,4 +44,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GPR_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit ab65fa2

Please sign in to comment.