Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into DO-2153-pr-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 27, 2024
2 parents 10bee87 + c6553e7 commit 09fcc8c
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.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 09fcc8c

Please sign in to comment.