Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
fix: allow dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jan 13, 2024
1 parent 3b6bf99 commit a7bdebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: |
cargo publish -p bevy-rtc-macros --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
sed -i 's/{ path = "..\/bevy-rtc-macros" }/"*"/' bevy-rtc/Cargo.toml
cargo publish -p bevy-rtc --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p bevy-rtc --allow-dirty --token ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit a7bdebd

Please sign in to comment.