We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0ef09 commit b3a9908Copy full SHA for b3a9908
.github/workflows/release-package.yml
@@ -15,13 +15,12 @@ jobs:
15
uses: actions/setup-node@v2
16
with:
17
node-version: 16
18
- registry-url: https://npm.pkg.github.com/
19
20
- name: Install dependencies
21
run: npm install
22
23
- name: Authenticate with npm registry
24
- run: echo "https://registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
25
26
- name: Publish package
27
run: npm publish --access public
0 commit comments