1 parent 9a4064f commit 6186f1bCopy full SHA for 6186f1b
1 file changed
.github/workflows/auto-release.yml
@@ -0,0 +1,20 @@
1
+name: Auto Release
2
+
3
+on:
4
+ push:
5
+ branches: [main]
6
7
+jobs:
8
+ release:
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - uses: actions/checkout@v4
13
14
+ - uses: CupOfTea696/gh-action-auto-release@v1.0.2
15
+ with:
16
+ title: "v$semver"
17
+ tag: "v$semver"
18
+ changelog-entry: "[$version]"
19
+ env:
20
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments