Skip to content

Commit cd71453

Browse files
authored
chore: remove non-existent working directory from workflow (#433)
1 parent 5a06eed commit cd71453

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ jobs:
2929
registry-url: 'https://registry.npmjs.org'
3030
if: ${{ steps.release.outputs.releases_created }}
3131
- run: npm publish
32-
working-directory: plugin
3332
if: ${{ steps.release.outputs.releases_created }}
3433
env:
3534
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3635
- uses: netlify/submit-build-plugin-action@v1
3736
if: ${{ steps.release.outputs.releases_created }}
3837
with:
3938
github-token: ${{ steps.get-token.outputs.token }}
40-
package-json-dir: plugin
4139

0 commit comments

Comments
 (0)