Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 24, 2022
1 parent 81c2953 commit c63df47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: cache
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-breaker2-${{ hashFiles('**/packages.lock.json') }}
key: ${{ runner.os }}-nuget-breaker3-${{ hashFiles('**/packages.lock.json') }}

- uses: nowsprinting/check-version-format-action@v3
id: version
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
dotnet clean --configuration Release
dotnet nuget locals all --clear
if: steps.cache.outputs.cache-hit == 'false' || github.event_name == 'release'
if: steps.cache.outputs.cache-hit != 'true' || github.event_name == 'release'

- name: Restore packages
run: dotnet restore
Expand Down

0 comments on commit c63df47

Please sign in to comment.