mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-02-02 00:02: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: |
|
||||
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||
- name: Authenticate to git.vdb.to registry
|
||||
run: |
|
||||
npm config set -- '//git.vdb.to/api/packages/cerc-io/npm/:_authToken' "${{ secrets.GITEA_PUBLISH_TOKEN }}"
|
||||
- name: yarn publish
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user