Skip to content

Commit b3a9908

Browse files
committed
changes
1 parent 8a0ef09 commit b3a9908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515
uses: actions/setup-node@v2
1616
with:
1717
node-version: 16
18-
registry-url: https://npm.pkg.github.com/
1918

2019
- name: Install dependencies
2120
run: npm install
2221

2322
- name: Authenticate with npm registry
24-
run: echo "https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
23+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
2524

2625
- name: Publish package
2726
run: npm publish --access public

0 commit comments

Comments
 (0)