ci: Cache saving and restoring should use the same key (no-changelog)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-11-07 12:55:36 +01:00
parent 3348fbb154
commit 0c13ad612d

View File

@@ -42,7 +42,7 @@ jobs:
uses: actions/cache/save@v4.0.0 uses: actions/cache/save@v4.0.0
with: with:
path: ./packages/**/dist path: ./packages/**/dist
key: ${{ github.sha }}-base:build key: ${{ github.sha }}-release:build
- name: Dry-run publishing - name: Dry-run publishing
run: pnpm publish -r --no-git-checks --dry-run run: pnpm publish -r --no-git-checks --dry-run
@@ -141,7 +141,7 @@ jobs:
uses: actions/cache/restore@v4.0.0 uses: actions/cache/restore@v4.0.0
with: with:
path: ./packages/**/dist path: ./packages/**/dist
key: ${{ github.sha }}:db-tests key: ${{ github.sha }}-release:build
- name: Create a frontend release - name: Create a frontend release
uses: getsentry/action-release@v1.7.0 uses: getsentry/action-release@v1.7.0