Skip to content

Commit 020b9c1

Browse files
committed
chore(release): auto release
Release new version by creating tags automatically following the Conventional Commits.
1 parent 0527106 commit 020b9c1

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
release:
13+
name: release
14+
runs-on: [ubuntu-latest]
15+
16+
steps:
17+
- name: checkout the code
18+
uses: actions/checkout@v4
19+
20+
- name: run semantic-release
21+
uses: go-semantic-release/action@v1
22+
with:
23+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)