Skip to content

Commit f768a4a

Browse files
ci: auto-submit released plugins (#283)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent ccbec68 commit f768a4a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ jobs:
3333
if: ${{ steps.release.outputs.release_created }}
3434
env:
3535
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
36+
- uses: netlify/submit-build-plugin-action@v1
37+
if: ${{ steps.release.outputs.release_created }}
38+
with:
39+
github-token: ${{ steps.get-token.outputs.token }}

0 commit comments

Comments
 (0)