Skip to content

Commit 6c2b00e

Browse files
Fix CI release.
1 parent 441544d commit 6c2b00e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-actions-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
tag_name: v${{ github.event.inputs.VersionPrefix }}${{ github.event.inputs.VersionSuffix && format('-{0}', github.event.inputs.VersionSuffix) || '' }}
4343
files: ./PosInformatique.Azure.Identity.AppRegistrationSecretWatcher.Functions.net9.0.zip
4444
overwrite_files: true
45-
draft: ${{ !github.event.inputs.VersionSuffix }}
45+
draft: ${{ github.event.inputs.VersionSuffix == '' }}
46+
prerelease: ${{ github.event.inputs.VersionSuffix != '' }}
4647
env:
4748
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)