We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68048e4 commit 861eb5bCopy full SHA for 861eb5b
.github/workflows/mac-release.yml
@@ -1,9 +1,9 @@
1
name: SerialPrograms MacOS Release
2
3
on:
4
- push:
5
- tags:
6
- # Start MacOS release flow when a new version tag is created
+ create:
+ branch:
+ # Start MacOS release flow when a new version branch is created
7
- 'v*'
8
workflow_dispatch:
9
# Manual release / testing
@@ -125,5 +125,5 @@ jobs:
125
with:
126
files: SerialPrograms-Installer.dmg
127
# Tag should be automatically set in the case of a tag push
128
- tag_name: ${{ github.event.inputs.version }}
+ tag_name: ${{ github.event.inputs.version || github.ref_name }}
129
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments