Skip to content

Commit

Permalink
wrong condition
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 27, 2024
1 parent 9c92c68 commit 10bee87
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 @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.inputs.release_tag == '' || github.ref_name }}
ref: ${{ github.event.inputs.release_tag == '' && github.event.inputs.release_tag || github.ref_name }}

- name: Fetch all tags
run: |
Expand Down

0 comments on commit 10bee87

Please sign in to comment.