Skip to content

Commit

Permalink
ci(build): 💚 try and fix CI, again
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Jun 8, 2024
1 parent cedf94e commit 92a1d82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo -e "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = \"${{ secrets.NPM_TOKEN }}\" }" > bunfig.toml

- name: Copy bunfig.toml to package directory
run: cp bunfig.toml ${{ github.event.inputs.package }}/bunfig.toml
run: cd ${{ github.event.inputs.package }} && cp ../bunfig.toml .

- name: Install dependencies
run: bun install --frozen-lockfile
Expand Down
Binary file removed client/bun.lockb
Binary file not shown.

0 comments on commit 92a1d82

Please sign in to comment.