Skip to content

Commit 13e7108

Browse files
committed
ci: remove dry-run flag from release-please workflow
1 parent a91219b commit 13e7108

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
@@ -30,5 +30,5 @@ jobs:
3030
- run: cargo login ${{ secrets.CARGO_PUBLISH_TOKEN }}
3131
if: ${{ steps.release.outputs.release_created }}
3232

33-
- run: cargo publish --dry-run
33+
- run: cargo publish
3434
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)