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 0d3e073 commit a4d3041Copy full SHA for a4d3041
.github/workflows/release.yml
@@ -17,6 +17,8 @@ jobs:
17
18
- name: Node commands
19
uses: actions/setup-node@v3
20
+ with:
21
+ registry-url: 'https://registry.npmjs.org/'
22
23
- run: npm install
24
@@ -25,12 +27,12 @@ jobs:
25
27
- run: npm publish
26
28
if: steps.get_version.outputs.prerelease == ''
29
env:
- NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
32
- run: npm publish --tag next
33
if: steps.get_version.outputs.prerelease != ''
34
35
36
37
- name: Release
38
uses: softprops/action-gh-release@v1
0 commit comments