We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 012612a + bf4d309 commit 2e9ddb4Copy full SHA for 2e9ddb4
.github/workflows/release-please.yml
@@ -34,3 +34,7 @@ jobs:
34
if: ${{ steps.release.outputs.release_created }}
35
env:
36
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