Skip to content

Commit 2300b3d

Browse files
foo bar baz
1 parent 7848c81 commit 2300b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
version: ${{ steps.get_version.outputs.package_version }}
7171
product_name: bson
72-
dry_run: false
72+
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
7373

7474
publish:
7575
needs: [release_please, ssdlc]

0 commit comments

Comments
 (0)