Skip to content

Commit 7ff87fc

Browse files
committed
Update
1 parent d92eb7f commit 7ff87fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
create-gh-draft-release:
200200
runs-on: ubuntu-latest
201201
needs: [ check_if_release, maven_central ]
202+
if: ${{ needs.check_if_release.outputs.release == 'true' }}
202203
steps:
203204
- uses: actions/checkout@v4
204205
- uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)