Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
omg!
  • Loading branch information
herrcore authored Oct 15, 2024
1 parent 6a43993 commit 89f3c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Determine Tag
id: get_tag
run: echo "::set-output name=tag::${{ github.ref_name || github.event.inputs.release_version }}"
run: echo "::set-output name=tag::${{ github.event.inputs.release_version || github.ref_name }}"

- name: Create Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 89f3c51

Please sign in to comment.