Skip to content

Commit

Permalink
Update the cache name to account for the job id (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
renehernandez authored May 3, 2021
1 parent f1050a0 commit b379499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: |
./dist
key: dist-${{ env.CI_REF_NAME_SLUG }}
key: dist-${{ env.CI_REF_NAME_SLUG }}-${{ env.CI_RUN_NUMBER }}

changelog:
name: Update Changelog
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
path: |
./dist
key: dist-${{ env.CI_REF_NAME_SLUG }}
key: dist-${{ env.CI_REF_NAME_SLUG }}-${{ env.CI_RUN_NUMBER }}

- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b379499

Please sign in to comment.