Bump version to 1.1.0 and fix publish workflow token
All checks were successful
Build and Test / build (16.x) (push) Successful in 15s
Build and Test / build (18.x) (push) Successful in 13s
Build and Test / build (20.x) (push) Successful in 14s

- Bump to 1.1.0 for new types, credential functions, and client getters
- Use GITEA_TOKEN instead of NPM_TOKEN for Gitea NPM registry auth
This commit is contained in:
2026-03-17 11:04:03 -04:00
parent 8f7a09c29d
commit 18457fd270
3 changed files with 5 additions and 4 deletions

View File

@@ -30,4 +30,4 @@ jobs:
- name: Publish to Gitea NPM registry
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITEA_TOKEN }}