We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4fb0f commit 7fa350dCopy full SHA for 7fa350d
.github/workflows/release.yml
@@ -50,6 +50,12 @@ jobs:
50
tag_name: v${{ steps.package-version.outputs.current-version }}
51
name: Release v${{ steps.package-version.outputs.current-version }}
52
53
+ - name: Setup npmrc
54
+ uses: actions/setup-node@v2
55
+ with:
56
+ node-version: '16.x'
57
+ registry-url: 'https://registry.npmjs.org'
58
+
59
- name: Publish to NPM
60
run: npm publish --access public
61
env:
0 commit comments