mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 11:32:22 +03:00
meta: tell action where package.jsons are
This commit is contained in:
parent
8d938e205b
commit
cc345171f3
3
.github/workflows/publish-npm-packages.yml
vendored
3
.github/workflows/publish-npm-packages.yml
vendored
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user