Skip to content

Commit

Permalink
Use gitea.local
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Jun 18, 2024
1 parent bba7a57 commit fc9b99a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
yarn build
- name: Configure git.vdb.to npm registry
run: |
npm config set registry http://localhost:3000/api/packages/cerc-io/npm/
npm config set registry http://gitea.local:3000/api/packages/cerc-io/npm/
- name: Authenticate to git.vdb.to registry
run: |
npm config set -- '//localhost:3000/api/packages/cerc-io/npm/:_authToken' "76ce6001adae580aaef544e5ee1327f031c37e88"
npm config set -- '//gitea.local:3000/api/packages/cerc-io/npm/:_authToken' "76ce6001adae580aaef544e5ee1327f031c37e88"
- name: npm publish
run: |
npm publish

0 comments on commit fc9b99a

Please sign in to comment.