ci: fix release yaml

This commit is contained in:
Joan Fontanals Martinez 2023-06-19 13:04:43 +02:00
parent 086fa83d96
commit a271d1a84b
1 changed files with 2 additions and 2 deletions

View File

@ -47,13 +47,13 @@ jobs:
with:
python-version: 3.7
- run: |
git fetch --depth=200
npm install git-release-notes
pip install twine wheel
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
- if: failure()
run: echo "nothing to release"
- name: bumping master version
@ -61,4 +61,4 @@ jobs:
with:
github_token: ${{ secrets.JINA_DEV_BOT }}
tags: true
branch: main
branch: main