We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a06eed commit cd71453Copy full SHA for cd71453
.github/workflows/release-please.yml
@@ -29,13 +29,11 @@ jobs:
29
registry-url: 'https://registry.npmjs.org'
30
if: ${{ steps.release.outputs.releases_created }}
31
- run: npm publish
32
- working-directory: plugin
33
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
36
- uses: netlify/submit-build-plugin-action@v1
37
38
with:
39
github-token: ${{ steps.get-token.outputs.token }}
40
- package-json-dir: plugin
41
0 commit comments