We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441544d commit 6c2b00eCopy full SHA for 6c2b00e
.github/workflows/github-actions-release.yml
@@ -42,6 +42,7 @@ jobs:
42
tag_name: v${{ github.event.inputs.VersionPrefix }}${{ github.event.inputs.VersionSuffix && format('-{0}', github.event.inputs.VersionSuffix) || '' }}
43
files: ./PosInformatique.Azure.Identity.AppRegistrationSecretWatcher.Functions.net9.0.zip
44
overwrite_files: true
45
- draft: ${{ !github.event.inputs.VersionSuffix }}
+ draft: ${{ github.event.inputs.VersionSuffix == '' }}
46
+ prerelease: ${{ github.event.inputs.VersionSuffix != '' }}
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments