Skip to content

Commit f9edf59

Browse files
committed
Remove temp fix to npm publishing workflow in hopes that trusted publishers works
1 parent a7b3be6 commit f9edf59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
pnpm -s link:src
3232
pnpm -s build-all
3333
34-
- name: Temp fix to publish
35-
run: |
36-
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
37-
echo "always-auth=true" >> ~/.npmrc
34+
# - name: Temp fix to publish
35+
# run: |
36+
# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
37+
# echo "always-auth=true" >> ~/.npmrc
3838

3939
- name: Publish to npmjs
4040
run: pnpm publish --access public --no-git-checks

0 commit comments

Comments
 (0)