mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-06 06:25:55 +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:
|
with:
|
||||||
check-version: true
|
check-version: true
|
||||||
dry-run: true
|
dry-run: true
|
||||||
|
package: './pkg/npm/api/package.json'
|
||||||
token: ${{ secrets.NPM_TOKEN }}
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
publish-http-api:
|
publish-http-api:
|
||||||
@ -42,6 +43,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
check-version: true
|
check-version: true
|
||||||
dry-run: true
|
dry-run: true
|
||||||
|
package: './pkg/npm/http-api/package.json'
|
||||||
token: ${{ secrets.NPM_TOKEN }}
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
publish-eslint-config:
|
publish-eslint-config:
|
||||||
@ -62,5 +64,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
check-version: true
|
check-version: true
|
||||||
dry-run: true
|
dry-run: true
|
||||||
|
package: './pkg/npm/eslint-config/package.json'
|
||||||
token: ${{ secrets.NPM_TOKEN }}
|
token: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user