add some id and http types

This commit is contained in:
2023-08-20 20:13:43 -07:00
parent c46c33eebf
commit 1d7a49ced1
7 changed files with 73 additions and 24 deletions

View File

@@ -23,8 +23,8 @@ jobs:
- name: Login to package registry
run: |
npm config set @<scope name>:registry https://gitea.jbrumond.me/api/packages/<scope name>/npm/
npm config set -- '//gitea.jbrumond.me/api/packages/<scope name>/npm/:_authToken' "$NPM_PUBLISH_TOKEN"
npm config set @js:registry https://gitea.jbrumond.me/api/packages/js/npm/
npm config set -- '//gitea.jbrumond.me/api/packages/js/npm/:_authToken' "$NPM_PUBLISH_TOKEN"
- name: Publish package
run: npm publish