ci(release): fix incorrect path name

This commit is contained in:
Luke
2022-09-18 12:25:00 +02:00
parent c7b6110070
commit 230948862f

View File

@@ -92,5 +92,5 @@ jobs:
uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: './packages/package.json'
package: './package/package.json'
access: 'public'