Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1041a5e

Browse files
committed
Remove dry run flag
1 parent 9fb9e7f commit 1041a5e

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
@@ -29,6 +29,6 @@ jobs:
2929
- run: |
3030
export VERSION=${{ github.event.release.tag_name }}
3131
sed -i "s/0.0.0/$VERSION/g" Cargo.toml
32-
cargo publish --allow-dirty --dry-run
32+
cargo publish --allow-dirty
3333
env:
3434
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /