ci: Add dependency on sync-version job in new-release job

This commit is contained in:
Prad Nukala 2025-01-06 14:14:42 -05:00
parent 63b263f995
commit 505b847790

View File

@ -72,6 +72,7 @@ jobs:
new-release: new-release:
name: Create Release name: Create Release
needs: [sync-version]
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
permissions: write-all permissions: write-all
runs-on: ubuntu-latest runs-on: ubuntu-latest