mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-09 13:22:58 +00:00
bugfix(node): Don't persist credentials on make-release-commit.yml (#345)
This commit is contained in:
1
.github/workflows/make-release-commit.yml
vendored
1
.github/workflows/make-release-commit.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: main
|
||||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
lfs: true
|
||||
- name: Set git configs for bumpversion
|
||||
|
||||
Reference in New Issue
Block a user