meta: tell action where package.jsons are

This commit is contained in:
Jared Tobin 2021-03-02 15:34:46 +04:00
parent 8d938e205b
commit cc345171f3
No known key found for this signature in database
GPG Key ID: B77DC7C964AAD99A

View File

@ -22,6 +22,7 @@ jobs:
with:
check-version: true
dry-run: true
package: './pkg/npm/api/package.json'
token: ${{ secrets.NPM_TOKEN }}
publish-http-api:
@ -42,6 +43,7 @@ jobs:
with:
check-version: true
dry-run: true
package: './pkg/npm/http-api/package.json'
token: ${{ secrets.NPM_TOKEN }}
publish-eslint-config:
@ -62,5 +64,6 @@ jobs:
with:
check-version: true
dry-run: true
package: './pkg/npm/eslint-config/package.json'
token: ${{ secrets.NPM_TOKEN }}