diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ba3b624..aed4544 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -28,7 +28,7 @@ jobs: cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max - name: Publish vite_plugin_vue_examples run: | - docker run -e NPM_AUTH_TOKEN="${{ secrets.NPM_AUTH_TOKEN }}" publish_vue_examples + docker run -e NPM_AUTH_TOKEN="${{ secrets.NPM_AUTH_TOKEN }}" publish_vite_plugin_vue_examples - name: Prevent consistently growing buildx cache run: | rm -rf /tmp/.buildx-cache