Skip to content
This repository has been archived by the owner on Jul 16, 2022. It is now read-only.

Commit

Permalink
fix(github-actions): fix github actions to run bun commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimae committed Jul 16, 2022
1 parent c7ab008 commit d309e3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
echo home/runner/.bun/bin/bun >> $GITHUB_PATH
echo $GITHUB_WORKSPACE
bun --help
- name: install dependencies
run: bun install
- name: build package
Expand Down

0 comments on commit d309e3a

Please sign in to comment.