mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
ci: Add dependency on sync-version job in new-release job
This commit is contained in:
parent
63b263f995
commit
505b847790
1
.github/workflows/merge-post.yml
vendored
1
.github/workflows/merge-post.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user