Skip to content

Commit

Permalink
Remove --dry-run from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ureeves committed Nov 16, 2023
1 parent 6bf578e commit 5b08ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
echo "Version mismatch: Cargo.toml version is $version, but workflow input version is ${{ inputs.version }}"
exit 1
fi
- run: cargo publish --token ${{ secrets.crates-io-token }} --dry-run
- run: cargo publish --token ${{ secrets.crates-io-token }}

0 comments on commit 5b08ed2

Please sign in to comment.