Skip to content

Commit

Permalink
chore: remove extra "release"
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Jul 11, 2024
1 parent dc25c44 commit eb43978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ jobs:
- name: GH Release
run: |
gh release create ${{ needs.build.outputs.release_tag }} bin/* \
--title "Release ${{ needs.build.outputs.release_tag }}"
--title "${{ needs.build.outputs.release_tag }}"

0 comments on commit eb43978

Please sign in to comment.