Bump version to 1.1.0 and fix publish workflow token
- 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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user