We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7272593 commit 31ca1d8Copy full SHA for 31ca1d8
.github/workflows/release.yml
@@ -68,6 +68,7 @@ jobs:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
70
publish:
71
+ needs: github_release
72
runs-on: ubuntu-24.04
73
if: needs.github_release.outputs.new_release_published == 'true'
74
steps:
0 commit comments