Skip to content

Commit 27149a5

Browse files
author
Peter Vaiko
committed
ci: build release GitHub action skip if exists
1 parent 07318ec commit 27149a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
uses: ncipollo/release-action@v1.12.0
2222
with:
2323
artifacts: "FS25_Courseplay.zip"
24-
tag: "v${{ env.version }}"
25-
name: "Courseplay for FS25 v${{ env.version }}"
24+
tag: 'v${{ env.version }}'
25+
name: 'Courseplay for FS25 v${{ env.version }}'
2626
body: ${{ github.event.head_commit.message }}
2727
generateReleaseNotes: 'true'
28-
prerelease: 'true'
28+
skipIfReleaseExists: 'true'

0 commit comments

Comments
 (0)