Skip to content

Commit

Permalink
ci: use unique key
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Dec 15, 2023
1 parent 73649ce commit 1a912fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/cache@v3
with:
path: gradle.properties
key: gradle.properties
key: gradle.properties.${{ github.sha }}

- name: Upload plugin artifact
if: ${{ inputs.artifact }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache/restore@v3
with:
path: gradle.properties
key: gradle.properties
key: gradle.properties.${{ github.sha }}

- name: Publish Plugin
env:
Expand Down

0 comments on commit 1a912fb

Please sign in to comment.