Skip to content

Commit 52796c9

Browse files
authored
Update tagged_release.yml (#33)
1 parent bfcf9db commit 52796c9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
${{ runner.os }}-maven-
5555
5656
- name: Set versions
57+
if: matrix.os == 'ubuntu-latest'
5758
run: |
5859
release_version=${{ github.event.inputs.release_version }}
5960
release_branch_name=${release_version%.*}.x
@@ -99,7 +100,6 @@ jobs:
99100
with:
100101
body: "Release version ${{ github.event.inputs.release_version }}."
101102
tag_name: v${{ github.event.inputs.release_version }}
102-
target_commitish: ${{ env.release_branch_name }}
103103
draft: false
104104
prerelease: false
105105
files: target/ame-backend!(*.txt)-mac
@@ -113,7 +113,6 @@ jobs:
113113
with:
114114
body: "Release version ${{ github.event.inputs.release_version }}."
115115
tag_name: v${{ github.event.inputs.release_version }}
116-
target_commitish: ${{ env.release_branch_name }}
117116
draft: false
118117
prerelease: true
119118
files: target/ame-backend!(*.txt)-mac
@@ -155,7 +154,6 @@ jobs:
155154
with:
156155
body: "Release version ${{ github.event.inputs.release_version }}."
157156
tag_name: v${{ github.event.inputs.release_version }}
158-
target_commitish: ${{ env.release_branch_name }}
159157
draft: false
160158
prerelease: false
161159
files: |
@@ -171,7 +169,6 @@ jobs:
171169
with:
172170
body: "Release version ${{ github.event.inputs.release_version }}."
173171
tag_name: v${{ github.event.inputs.release_version }}
174-
target_commitish: ${{ env.release_branch_name }}
175172
draft: false
176173
prerelease: true
177174
files: |

0 commit comments

Comments
 (0)