We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae989a5 commit 8a49009Copy full SHA for 8a49009
1 file changed
.github/workflows/build-release.yml
@@ -1,9 +1,6 @@
1
name: Build and Auto-Release EXE
2
3
-on:
4
- push:
5
- branches:
6
- - main # Runs on push to main
+on: [push]
7
8
jobs:
9
build:
@@ -58,10 +55,9 @@ jobs:
58
55
59
56
- name: Bump Version and Create Tag
60
57
id: tag
61
- uses: anothrNick/github-tag-action@v1
+ uses: anothrNick/github-tag-action@v1.60.0
62
with:
63
- default_bump: patch # Change to minor or major if needed
64
- tag_prefix: "v"
+ args: --default_bump patch --tag_prefix v
65
66
- name: Create GitHub Release
67
uses: softprops/action-gh-release@v1
0 commit comments