Skip to content

Commit

Permalink
fix(ignore): Attempt 2 to fix cache saving
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 1, 2023
1 parent fa02bb5 commit ea412cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
uses: actions/cache/restore@v3
with:
path: z2m/scripts/commit-user-lookup.json
key: always
key: never-hit
restore-keys: |
- commit-user-lookup-
- name: Generate changelog
run: |
MASTER_Z2M_VERSION=$(cat z2m-master/package.json | jq -r '.version')
Expand Down Expand Up @@ -74,7 +76,7 @@ jobs:
if: always()
with:
path: z2m/scripts/commit-user-lookup.json
key: always
key: commit-user-lookup-${{ hashFiles('z2m/scripts/commit-user-lookup.json') }}

create_release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea412cf

Please sign in to comment.