Skip to content

Commit

Permalink
ci: update release procedure (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Feb 16, 2024
1 parent e4665e9 commit 791e4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/force-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
pip install poetry
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"
env:
PYPI_USERNAME: ${{ secrets.TWINE_USERNAME }}
PYPI_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
JINA_SLACK_WEBHOOK: ${{ secrets.JINA_SLACK_WEBHOOK }}
- if: failure()
run: echo "nothing to release"
Expand Down

0 comments on commit 791e4a0

Please sign in to comment.