mirror of
https://github.com/linyqh/NarratoAI.git
synced 2025-12-10 18:02:51 +00:00
cicd 修复 1
This commit is contained in:
parent
8fe406d493
commit
75b99c9fcf
3
.github/workflows/auto-release-generator.yml
vendored
3
.github/workflows/auto-release-generator.yml
vendored
@ -72,6 +72,7 @@ jobs:
|
||||
env:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
OPENAI_BASE_URL: https://api.siliconflow.cn/v1
|
||||
CURRENT_VERSION: ${{ steps.check-version.outputs.current_version }}
|
||||
run: |
|
||||
cat > generate_release_notes.py << 'EOF'
|
||||
import os
|
||||
@ -108,8 +109,6 @@ jobs:
|
||||
EOF
|
||||
|
||||
python generate_release_notes.py < <(echo "${{ steps.get-commits.outputs.commits }}")
|
||||
env:
|
||||
CURRENT_VERSION: ${{ steps.check-version.outputs.current_version }}
|
||||
|
||||
- name: Create GitHub Release
|
||||
if: steps.check-version.outputs.version_changed == 'true'
|
||||
|
||||
@ -1 +1 @@
|
||||
0.6.3
|
||||
0.6.2
|
||||
Loading…
x
Reference in New Issue
Block a user