Skip to content

Commit

Permalink
Fix GPR
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinoaldo committed Sep 4, 2019
1 parent 0524415 commit b3ff163
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Expand Up @@ -66,9 +66,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@daquinoaldo'
registry-url: 'https://npm.pkg.github.com'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit b3ff163

Please sign in to comment.