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 3fed99a commit 3e37c96Copy full SHA for 3e37c96
.github/workflows/release.yml
@@ -50,8 +50,6 @@ jobs:
50
51
- name: Publish prerelease to npm
52
run: npm publish --tag preview --access public
53
- env:
54
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
55
56
- name: Set up Node.js for GitHub Packages
57
uses: actions/setup-node@v4
@@ -97,8 +95,6 @@ jobs:
97
95
98
96
- name: Publish to npm
99
run: npm publish --provenance --access public
100
101
102
103
104
0 commit comments