Skip to content

Commit 8a49009

Browse files
committed
fix: Release naming
1 parent ae989a5 commit 8a49009

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build and Auto-Release EXE
22

3-
on:
4-
push:
5-
branches:
6-
- main # Runs on push to main
3+
on: [push]
74

85
jobs:
96
build:
@@ -58,10 +55,9 @@ jobs:
5855

5956
- name: Bump Version and Create Tag
6057
id: tag
61-
uses: anothrNick/github-tag-action@v1
58+
uses: anothrNick/github-tag-action@v1.60.0
6259
with:
63-
default_bump: patch # Change to minor or major if needed
64-
tag_prefix: "v"
60+
args: --default_bump patch --tag_prefix v
6561

6662
- name: Create GitHub Release
6763
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)