From ecb53f0b98e30b7d2673047162e786b5466fdec9 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Wed, 2 Feb 2022 12:01:54 +0200 Subject: [PATCH] chore: auto submit plugin to Netlify plugin directory --- .github/workflows/release-please.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 19c8d9a740..d78d3bec87 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -34,3 +34,7 @@ jobs: if: ${{ steps.release.outputs.release_created }} env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + - uses: netlify/submit-build-plugin-action@v1 + if: ${{ steps.release.outputs.release_created }} + with: + github-token: ${{ steps.get-token.outputs.token }}