workflows/publish-commit-bottles: start with new cache

master
Seeker 2021-01-03 10:57:57 -08:00 committed by GitHub
parent 7dd70d9184
commit 3b1fd5add8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{steps.set-up-homebrew.outputs.gems-path}}
key: ${{runner.os}}-rubygems-${{steps.set-up-homebrew.outputs.gems-hash}}
restore-keys: ${{runner.os}}-rubygems-
key: ${{runner.os}}-rubygems-v2-${{steps.set-up-homebrew.outputs.gems-hash}}
restore-keys: ${{runner.os}}-rubygems-v2-
# Workaround until the `cache` action uses the changes from
# https://github.com/actions/toolkit/pull/580.