Skip to content

Commit

Permalink
chore: edit release
Browse files Browse the repository at this point in the history
  • Loading branch information
Juyeong-Byeon committed Jun 9, 2024
1 parent a4172ef commit c58c246
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: test

name: release
on:
push:
branches:
Expand All @@ -14,6 +13,18 @@ jobs:
ref: "main"
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: latest
- run: npm ci
- run: npm run test
release-sementic:
needs: jest-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "main"
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npx semantic-release
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: "main"
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: latest
- run: npm ci
- run: npm run test
- run: echo "success"

0 comments on commit c58c246

Please sign in to comment.