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 07318ec commit 27149a5Copy full SHA for 27149a5
1 file changed
.github/workflows/build-release.yml
@@ -21,8 +21,8 @@ jobs:
21
uses: ncipollo/release-action@v1.12.0
22
with:
23
artifacts: "FS25_Courseplay.zip"
24
- tag: "v${{ env.version }}"
25
- name: "Courseplay for FS25 v${{ env.version }}"
+ tag: 'v${{ env.version }}'
+ name: 'Courseplay for FS25 v${{ env.version }}'
26
body: ${{ github.event.head_commit.message }}
27
generateReleaseNotes: 'true'
28
- prerelease: 'true'
+ skipIfReleaseExists: 'true'
0 commit comments