chore(release): remove unnecessary dependencies in release workflow

This commit is contained in:
Prad
2024-12-22 22:13:14 +00:00
parent d69c2a9d53
commit 77fe287a0b
2 changed files with 12 additions and 4 deletions
-1
View File
@@ -15,7 +15,6 @@ jobs:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
runs-on: ubuntu-latest
name: Bump Current Version
needs: [validate-release, test-cover, test-race]
outputs:
new_tag: ${{ steps.bump.outputs.new_tag }}
steps: