diff --git a/.github/workflows/ui-components.yml b/.github/workflows/ui-components.yml index ffd339a9c..53bd4be0d 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -54,7 +54,7 @@ jobs: run: cp -R packages/ui-components/public/* packages/ui-components/storybook-static - name: 🔥 Deploy Production UI Netlify if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'workflow_dispatch' - uses: verdaccio/action-netlify-deploy@1a53f098745bf78555d11b436f5ee3af87e6b566 + uses: verdaccio/action-netlify-deploy@v1.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} netlify-auth-token: ${{ secrets.NETLIFY_AUTH_TOKEN }} @@ -62,7 +62,7 @@ jobs: build-dir: './packages/ui-components/storybook-static' - name: 🤖 Deploy Preview UI Components Netlify if: github.repository == 'verdaccio/verdaccio' - uses: verdaccio/action-netlify-deploy@1a53f098745bf78555d11b436f5ee3af87e6b566 + uses: verdaccio/action-netlify-deploy@v1.0.0 id: netlify_preview_ui with: draft: true