CI
All checks were successful
Lint / lint (push) Successful in 10s

This commit is contained in:
Julien Valverdé
2025-01-17 00:19:27 +01:00
parent 5c6d778612
commit 22c90f591b
2 changed files with 5 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ jobs:
run: npm run build
- name: Publish
run: |
cd packages/reffuse
npm config set @thilawyn:registry https://git.valverde.cloud/api/packages/thilawyn/npm/
npm config set -- //git.valverde.cloud/api/packages/thilawyn/npm/:_authToken "${{ vars.NODE_AUTH_TOKEN }}"
npm publish