[BLD] JS release token fix. Python tag push fix

This commit is contained in:
hammadb
2023-09-05 16:41:13 -07:00
parent b0e75e677d
commit 27ece76d36
3 changed files with 3 additions and 3 deletions

View File

@@ -39,4 +39,4 @@ jobs:
run: npm run db:run && PORT=8001 npm run $NPM_SCRIPT
working-directory: ./clients/js/
env:
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

View File

@@ -3,7 +3,7 @@ name: Chroma Release Python Client
on:
push:
tags:
- '*.*.*' # Match tags in the form X.Y.Z
- '[0-9]+.[0-9]+.[0-9]+' # Match tags in the form X.Y.Z
branches:
- main
- hammad/thin_client

View File

@@ -3,7 +3,7 @@ name: Chroma Release
on:
push:
tags:
- '*.*.*' # Match tags in the form X.Y.Z
- '[0-9]+.[0-9]+.[0-9]+' # Match tags in the form X.Y.Z
branches:
- main