Skip to content

Commit b3ff163

Browse files
committed
Fix GPR
1 parent 0524415 commit b3ff163

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ jobs:
6666
- uses: actions/checkout@v1
6767
- uses: actions/setup-node@v1
6868
with:
69-
node-version: 12
70-
registry-url: https://npm.pkg.github.com/
71-
scope: '@daquinoaldo'
69+
registry-url: 'https://npm.pkg.github.com'
7270
- run: npm publish
7371
env:
7472
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)