Skip to content

Commit

Permalink
Temporrily remove publish from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Apr 26, 2024
1 parent 53924e4 commit 348eecf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ jobs:
echo "registry=https://registry.npmjs.org" >> ~/.npmrc
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ~/.npmrc
- name: 🚀 Publish
run: pnpm run publish
- name: DEBUG
run: find packages -iname "package.json" -maxdepth 2 | xargs cat

# - name: 🚀 Publish
# run: pnpm run publish

0 comments on commit 348eecf

Please sign in to comment.