Skip to content

Commit

Permalink
build: Optimizing Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Amery2010 committed Jun 13, 2024
1 parent 51cc946 commit fd15268
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jobs:
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
with:
tagName: talk-with-gemini-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: 'TalkWithGemini v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
args: ${{ matrix.config.os == 'macos-latest' && '--target universal-apple-darwin' || '' }}

0 comments on commit fd15268

Please sign in to comment.