Skip to content

Commit eb177ee

Browse files
author
Peter Vaiko
committed
ci: skip if exists fix
1 parent 27149a5 commit eb177ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

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

0 commit comments

Comments
 (0)