Skip to content

Commit 2d1f655

Browse files
committed
WIP - GPR
1 parent 72145cb commit 2d1f655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
registry-url: https://npm.pkg.github.com/
6464
scope: '@validide'
6565
- run: |
66-
echo @validide:registry=https://npm.pkg.github.com/ >> .npmrc
67-
npm publish --access restricted
66+
npm config set registry https://npm.pkg.github.com/
67+
npm publish
6868
env:
6969
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)