mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-27 10:24:28 +01:00
fix: action
This commit is contained in:
8
.github/workflows/manual-release.yml
vendored
8
.github/workflows/manual-release.yml
vendored
@@ -28,10 +28,4 @@ jobs:
|
||||
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
||||
JINA_SLACK_WEBHOOK: ${{ secrets.JINA_SLACK_WEBHOOK }}
|
||||
- if: failure()
|
||||
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
|
||||
run: echo "nothing to release"
|
||||
Reference in New Issue
Block a user