Skip to content

Commit

Permalink
ci: Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Oct 19, 2024
1 parent 61c62ca commit 519b088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Pull Latest Releases
run: git pull

- uses: pnpm/action-setup@v4
with:
version: 9
standalone: true

- uses: actions/setup-node@v3

- uses: oven-sh/setup-bun@v2
Expand Down Expand Up @@ -91,5 +86,5 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
bun run build
pnpm publish
bun publish
working-directory: packages/${{ matrix.package }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@
"lint-staged": {
"*": "prettier --ignore-unknown --write"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
"packageManager": "bun@1.1.30"
}

0 comments on commit 519b088

Please sign in to comment.