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 8121282
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 48 deletions.
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.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"devDependencies": {
"@playwright/test": "^1.28.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
Expand Down
47 changes: 0 additions & 47 deletions release.config.js

This file was deleted.

0 comments on commit 8121282

Please sign in to comment.