We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b3be6 commit f9edf59Copy full SHA for f9edf59
.github/workflows/publish.yml
@@ -31,10 +31,10 @@ jobs:
31
pnpm -s link:src
32
pnpm -s build-all
33
34
- - name: Temp fix to publish
35
- run: |
36
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
37
- echo "always-auth=true" >> ~/.npmrc
+# - name: Temp fix to publish
+# run: |
+# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
+# echo "always-auth=true" >> ~/.npmrc
38
39
- name: Publish to npmjs
40
run: pnpm publish --access public --no-git-checks
0 commit comments