Skip to content

Commit bef9646

Browse files
authored
Update release.yml
1 parent 0ef4361 commit bef9646

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1-
steps:
2-
- name: Checkout
3-
uses: actions/checkout@v5
4-
- name: Semantic Release
5-
uses: cycjimmy/semantic-release-action@v5
6-
env:
7-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1+
name: Release
2+
3+
on:
4+
push:
5+
branches:
6+
- next
7+
8+
jobs:
9+
release:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v5
14+
15+
- name: Semantic Release
16+
uses: cycjimmy/semantic-release-action@v5
17+
env:
18+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)