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 b36ddbc commit 72d4b8eCopy full SHA for 72d4b8e
.github/workflows/publish.yaml
@@ -24,10 +24,10 @@ jobs:
24
- name: Install Dependencies
25
run: pnpm install
26
27
- - name: 🔐 Setup npm auth
28
- run: |
29
- echo "registry=https://registry.npmjs.org" >> ~/.npmrc
30
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
+# - name: 🔐 Setup npm auth
+# run: |
+# echo "registry=https://registry.npmjs.org" >> ~/.npmrc
+# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
31
32
- name: Create Release Pull Request or Publish to npm
33
id: changesets
@@ -37,4 +37,4 @@ jobs:
37
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
38
with:
39
version: pnpm run version
40
- publish: pnpm run release
+ publish: pnpm run release
0 commit comments