0.1.6 #7

Merged
Thilawyn merged 10 commits from next into master 2024-07-29 18:42:05 +02:00
Showing only changes of commit d4978aed2e - Show all commits

View File

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