Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh0 committed Jun 18, 2024
1 parent 094a3d4 commit 8919a87
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 https://git.vdb.to/api/packages/cerc-io/npm/
npm config set registry http://localhost:3000/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.CICD_PUBLISH_TOKEN }}"
npm config set -- '//localhost:3000/api/packages/cerc-io/npm/:_authToken' "76ce6001adae580aaef544e5ee1327f031c37e88"
- name: npm publish
run: |
npm publish

0 comments on commit 8919a87

Please sign in to comment.