Skip to content

Commit

Permalink
[github acitons] docker: run git-fetch with --force
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Schott committed Oct 8, 2020
1 parent 7c4201a commit 40d2e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Needed for getting the latest Git tag in the "Prepare" step.

- name: Fetching tags
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --force --tags

- name: Prepare
id: prep
Expand Down

0 comments on commit 40d2e4b

Please sign in to comment.