Skip to content

Commit

Permalink
build: fix releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Sep 20, 2024
1 parent 2425e46 commit 2799fed
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 @@ -57,7 +57,7 @@ jobs:
- package_mac
with:
release_name: ${{ inputs.release_name }}
draft: ${{ inputs.draft }}
prerelease: ${{ inputs.draft }}
tag_name: ${{ inputs.tag_name }}
draft: ${{ inputs.draft || false }}
prerelease: ${{ inputs.draft || false }}
tag_name: ${{ inputs.tag_name || github.ref_name }}
uses: ./.github/workflows/job_release.yml

0 comments on commit 2799fed

Please sign in to comment.