Skip to content

Commit

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

on:
push:
branches:
- main

jobs:
jest-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: "main"
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm ci
- run: npx semantic-release
Loading

0 comments on commit a4172ef

Please sign in to comment.