Skip to content

Commit

Permalink
Merge pull request #35 from jr-cologne/publish-gpr
Browse files Browse the repository at this point in the history
Also publish npm package to GPR
  • Loading branch information
jr-cologne authored Oct 2, 2019
2 parents 47aca59 + 7ca859a commit d35d0fe
Show file tree
Hide file tree
Showing 3 changed files with 269 additions and 219 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@jr-cologne'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.token}}
Loading

0 comments on commit d35d0fe

Please sign in to comment.