mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-02 08:12:49 +00:00
missing run entry
This commit is contained in:
parent
f1098f9071
commit
1cdc71d459
1
.github/workflows/publish.yaml
vendored
1
.github/workflows/publish.yaml
vendored
@ -45,6 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||||
- name: Authenticate to git.vdb.to registry
|
- name: Authenticate to git.vdb.to registry
|
||||||
|
run: |
|
||||||
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
|
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
|
||||||
- name: yarn publish
|
- name: yarn publish
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user