Skip to content

Commit

Permalink
👷 Update release workflow and bun.lockb
Browse files Browse the repository at this point in the history
  • Loading branch information
이재민 committed Jan 27, 2024
1 parent 845b84f commit dff7690
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
with:
bun-version: latest

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'

- name: Install dependencies
run: bun install

Expand All @@ -37,4 +42,4 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: nvm install 'lts/*' && npx semantic-release
run: npx semantic-release
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit dff7690

Please sign in to comment.