Skip to content

Commit ee24acd

Browse files
Fix release github actions.
1 parent 10bd72f commit ee24acd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
uses: softprops/action-gh-release@v1
4141
with:
4242
tag_name: v${{ github.event.inputs.VersionPrefix }}${{ github.event.inputs.VersionSuffix && format('-{0}', github.event.inputs.VersionSuffix) || '' }}
43-
files: functionapp.zip
44-
overwrite: true
43+
files: ../PosInformatique.Azure.Identity.AppRegistrationSecretWatcher.zip
44+
overwrite_files: true
45+
draft: ${{ !github.event.inputs.VersionSuffix }}
4546
env:
4647
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)