Skip to content

Commit

Permalink
Enable release publishing (remove dry-run option)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyvb authored May 6, 2023
1 parent 4e16486 commit 7ec46e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
targets: thumbv7m-none-eabi

- run: cargo +${{steps.toolchain.outputs.name}} publish --target thumbv7m-none-eabi --dry-run
- run: cargo +${{steps.toolchain.outputs.name}} publish --target thumbv7m-none-eabi
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 7ec46e2

Please sign in to comment.