Skip to content

Commit 009e89d

Browse files
author
flowcore-platform
committed
fix(ci): 🐛 Switch from bun publish to npm publish in workflow
1 parent e317b6f commit 009e89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Build
4242
run: bun run build
4343
- name: Publish
44-
run: bun publish --access public --non-interactive --new-version ${{ steps.version.outputs.value }}
44+
run: npm publish --access public --non-interactive --new-version ${{ steps.version.outputs.value }}
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)