diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b16c5ba..6af8c6f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,6 +40,7 @@ jobs: - name: Cache Artifacts uses: ztimson/actions/cache@develop with: + key: dist pattern: dist tag: name: Tag Version @@ -74,6 +75,8 @@ jobs: - name: Restore Artifacts uses: ztimson/actions/cache/restore@develop + with: + key: dist - name: Upload to Registry uses: ztimson/actions/npm/publish@develop