Skip to content

Commit a769306

Browse files
committed
fix(release): Setup release action
Signed-off-by: Grzegorz Głąb <grzesuav@gmail.com>
1 parent 0041d8d commit a769306

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: release
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
release:
9+
runs-on: ubuntu-22.04
10+
steps:
11+
- uses: actions/checkout@master
12+
- uses: go-semantic-release/action@v1
13+
with:
14+
github-token: ${{ secrets.PAT_TOKEN }}
15+
changelog-file: "CHANGELOG.md"

CHANGELOG.md

Whitespace-only changes.

0 commit comments

Comments
 (0)