Skip to content

Commit bf4d309

Browse files
authored
chore: auto submit plugin to Netlify plugin directory (#1186)
1 parent 4147f5d commit bf4d309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ jobs:
3434
if: ${{ steps.release.outputs.release_created }}
3535
env:
3636
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
37+
- uses: netlify/submit-build-plugin-action@v1
38+
if: ${{ steps.release.outputs.release_created }}
39+
with:
40+
github-token: ${{ steps.get-token.outputs.token }}

0 commit comments

Comments
 (0)