Skip to content

Commit 6186f1b

Browse files
committed
Release 1.2.0
1 parent 9a4064f commit 6186f1b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)