Skip to content

Commit

Permalink
Hot fix, Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greatsquare0 authored Aug 8, 2024
1 parent 4c1256f commit a3890a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0

- name: Setup Bun
uses: actions/setup-bun@v2
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

Expand All @@ -28,4 +28,4 @@ jobs:
- name: Publish to NPM
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit a3890a0

Please sign in to comment.