Skip to content

Commit

Permalink
test22
Browse files Browse the repository at this point in the history
  • Loading branch information
lystopad committed Aug 1, 2024
1 parent 52a11f5 commit 64a5dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: gh release edit "${{ inputs.release_version }}" --draft=false --title "Release ${{ inputs.release_version }}"
run: gh release create "${{ inputs.release_version }}" --generate-notes --draft=false --title "Release ${{ inputs.release_version }}"

- name: Debug output
run: |
Expand Down

0 comments on commit 64a5dc3

Please sign in to comment.