Skip to content

Commit 72d4b8e

Browse files
committed
Fix
1 parent b36ddbc commit 72d4b8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
- name: Install Dependencies
2525
run: pnpm install
2626

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
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
3131

3232
- name: Create Release Pull Request or Publish to npm
3333
id: changesets
@@ -37,4 +37,4 @@ jobs:
3737
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3838
with:
3939
version: pnpm run version
40-
publish: pnpm run release
40+
publish: pnpm run release

0 commit comments

Comments
 (0)