Skip to content

Commit

Permalink
Switch back to fetching all tags on release
Browse files Browse the repository at this point in the history
  • Loading branch information
SaladDais committed Aug 13, 2022
1 parent f3db612 commit 12ac56d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.ref_name }}
# Fetch all tags too
fetch-depth: 0
- name: Bootstrap environment
if: ${{matrix.boostrap_script}}
shell: bash
Expand Down

0 comments on commit 12ac56d

Please sign in to comment.