Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: update release procedure
  • Loading branch information
JoanFM committed Feb 16, 2024
commit 69c6cf97598d4f15c134b9d94e3f62e48adb8cc3
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