Skip to content

Commit

Permalink
Release workflow: ensure that all history is there for tagging (#412)
Browse files Browse the repository at this point in the history
Without this, tagging everything but the latest commit will fail.
  • Loading branch information
felixfontein authored May 21, 2024
1 parent 1ba292f commit 18f937f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ansible-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.repository.default_branch }}
fetch-depth: 0

- name: Create git tag
env:
Expand Down

0 comments on commit 18f937f

Please sign in to comment.