From 406fdd1a10618d6f615a8ef2f3e875259edd28e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 15 Apr 2023 00:57:52 +0200 Subject: [PATCH] fix: action --- .github/workflows/manual-release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 8ac8c20..afc387f 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -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 \ No newline at end of file + run: echo "nothing to release" \ No newline at end of file