Skip to content

Commit 86acff3

Browse files
Upgrade releases
1 parent d487f50 commit 86acff3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
3-
branches:
4-
- main
3+
tags:
4+
- "*"
55

66
name: Create Release
77

@@ -28,8 +28,8 @@ jobs:
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
with:
31-
tag_name: 1.2.25
32-
release_name: Release 1.2.25
31+
tag_name: ${{ github.ref }}
32+
release_name: Release ${{ github.ref }}
3333
body: |
3434
Download your OS specific binary from below
3535
draft: false

0 commit comments

Comments
 (0)