Skip to content

Commit

Permalink
Merge pull request #20 from bklaing2/dev
Browse files Browse the repository at this point in the history
updated action to use bun
  • Loading branch information
bklaing2 authored Jun 27, 2024
2 parents ad73e34 + 46a1171 commit d0e7251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1

- name: Install Vercel CLI
run: npm install --global vercel@latest
run: bun add --global vercel@latest

- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
Expand Down

0 comments on commit d0e7251

Please sign in to comment.