mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
fix: auto-update version (#2052)
This commit is contained in:
parent
b1acf9dc2c
commit
7fefe408b4
4 changed files with 28 additions and 5 deletions
7
.github/workflows/release-please.yml
vendored
7
.github/workflows/release-please.yml
vendored
|
|
@ -13,7 +13,8 @@ jobs:
|
|||
release-please:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
id: release
|
||||
with:
|
||||
release-type: simple
|
||||
version-file: version.txt
|
||||
config-file: .github/release_please/.release-please-config.json
|
||||
manifest-file: .github/release_please/.release-please-manifest.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue