Skip to content

Commit

Permalink
fix prerelease condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Nov 21, 2024
1 parent 7be252e commit 6a54251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ jobs:
tauriScript: pnpm tauri
args: ${{ matrix.target }}
prerelease: true
releaseDraft: ${{ !startsWith(github.event.pull_request.title, 'release-plz') }}
releaseDraft: ${{ !startsWith(github.event.pull_request.head.ref, 'release-plz') }}
releaseName: ${{ github.event.pull_request.title }}-pre.${{ github.event.pull_request.head.sha }}
tagName: ${{ github.event.pull_request.title }}-pre.${{ github.event.pull_request.head.sha }}

0 comments on commit 6a54251

Please sign in to comment.