Skip to content

Commit

Permalink
Merge pull request #16 from SimCubeLtd/patch-action
Browse files Browse the repository at this point in the history
patch the action to force pull tags
  • Loading branch information
prom3theu5 authored Mar 16, 2023
2 parents d483759 + 412b71d commit b2d8f80
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 @@ -28,7 +28,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Unshallow clone for tags
run: git fetch --prune --unshallow --tags
run: git fetch --prune --unshallow --tags --force
- name: Check worktree clean
run: |
git update-index -q --refresh
Expand Down

0 comments on commit b2d8f80

Please sign in to comment.