Skip to content

Commit a057a6b

Browse files
committed
Enable publish-package workflow cache
1 parent 1efaf71 commit a057a6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
name: Publish package
2020
uses: nedix/actions/publish-package@main
2121
with:
22+
enable_cache: 'true'
2223
platforms: linux/amd64,linux/arm64/v8
2324
registry: ${{ secrets.REGISTRY_DOMAIN || 'ghcr.io' }}
2425
registry_path: ${{ secrets.REGISTRY_PATH || github.repository }}

0 commit comments

Comments
 (0)