Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmaZoni committed Sep 4, 2021
1 parent 2f7ebc7 commit 30c7ede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.MACOS_IDENTITY_ID }}
with:
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "App v__VERSION__"
body: "See the assets to download this version and install."
tagName: app-v__VERSION__-code-sign # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "App v__VERSION__-code-sign"
body: " Code Sign Test Prerelease, see the assets to download this version and install."
draft: true
prerelease: false
prerelease: true

0 comments on commit 30c7ede

Please sign in to comment.