Skip to content

Commit 3270324

Browse files
authored
ci: don't publish as build plugin
This is not a build plugin, so shouldn;t have the "submit build plugin" action
1 parent 05ab1a8 commit 3270324

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,3 @@ 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)