mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-04-30 12:51:46 +08:00
[BLD] JS release token fix. Python tag push fix
This commit is contained in:
2
.github/workflows/chroma-js-release.yml
vendored
2
.github/workflows/chroma-js-release.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/workflows/chroma-release.yml
vendored
2
.github/workflows/chroma-release.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user