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 d309e3a commit 5825de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: setup bun PATH
shell: bash
run: |
echo home/runner/.bun/bin/bun >> $GITHUB_PATH
echo $GITHUB_WORKSPACE
echo export PATH=/home/runner/.bun/bin/bun >> $GITHUB_PATH
echo $PATH
bun --help
- name: install dependencies
Expand Down

0 comments on commit 5825de5

Please sign in to comment.