missing run entry

This commit is contained in:
Michael Shaw 2022-10-12 15:00:13 -04:00
parent f1098f9071
commit 1cdc71d459

View File

@ -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: |