Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Aug 2, 2024
1 parent 978b9e7 commit 1047b31
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,13 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: gh release create "${{ inputs.release_version }}" *.tar.gz \
--generate-notes \
--target ${{ inputs.checkout_ref }} \
--draft=${{ inputs.perform_release && 'false' || 'true'}} \
--title "${{ env.APPLICATION}} ${{ inputs.release_version }}" \
--notes "... coming soon"
run: |
gh release create "${{ inputs.release_version }}" *.tar.gz \
--generate-notes \
--target ${{ inputs.checkout_ref }} \
--draft=${{ inputs.perform_release && 'false' || 'true'}} \
--title "${{ env.APPLICATION}} ${{ inputs.release_version }}" \
--notes "... coming soon"
- name: Debug output
run: |
Expand Down

0 comments on commit 1047b31

Please sign in to comment.