🔖 feat: bump version on main when releasing

This commit is contained in:
Joschka Braun
2023-04-24 13:39:38 +02:00
parent a36bbbc812
commit 07de8b9de1
2 changed files with 8 additions and 2 deletions

View File

@@ -28,4 +28,10 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
JINA_SLACK_WEBHOOK: ${{ secrets.JINA_SLACK_WEBHOOK }}
- if: failure()
run: echo "nothing to release"
run: echo "nothing to release"
- name: bumping main version
uses: ad-m/github-push-action@v0.6.0
with:
github_token: ${{ secrets.JINA_DEV_BOT }}
tags: true
branch: main