Skip to content

Commit

Permalink
Revert "release test"
Browse files Browse the repository at this point in the history
This reverts commit 3ac3cd0.
  • Loading branch information
colinlienard committed Sep 9, 2023
1 parent 3ac3cd0 commit c3affc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
jobs:
release:
# if: contains(github.event.head_commit.message, 'release')
if: contains(github.event.head_commit.message, 'release')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -62,8 +62,8 @@ jobs:
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
with:
tagName: gitlight-test
releaseName: 'GitLight test'
tagName: gitlight-v__VERSION__
releaseName: 'GitLight v__VERSION__'
releaseBody: 'See the assets to download and install this version.'
releaseDraft: true
prerelease: false
Expand Down

0 comments on commit c3affc3

Please sign in to comment.