We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4147f5d commit bf4d309Copy full SHA for bf4d309
.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