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 b9ccae0 commit c7ab008
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ jobs:
- name: setup bun PATH
shell: bash
run: |
echo "home/runner/.bun/bin/bun" >> $GITHUB_PATH
echo "::::::::::::::::::::::::::::::::::::::::::::::::::::::"
which bun
echo home/runner/.bun/bin/bun >> $GITHUB_PATH
echo $GITHUB_WORKSPACE
echo "${{github.workspace}}"
echo "::::::::::::::::::::::::::::::::::::::::::::::::::::::"
- name: install dependencies
run: bun install
- name: build package
Expand Down

0 comments on commit c7ab008

Please sign in to comment.