Skip to content

Commit

Permalink
Merge pull request #60 from udx/UAT-47
Browse files Browse the repository at this point in the history
Clear GitVersion Cache in Release Workflow [UAT-47]
  • Loading branch information
fqjony authored Nov 4, 2024
2 parents 82f300c + d7c269e commit d91fd44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Clear GitVersion Cache
run: rm -rf .git/gitversion_cache

- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
Expand Down

0 comments on commit d91fd44

Please sign in to comment.