Skip to content

Commit

Permalink
Release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Feb 8, 2023
1 parent e004352 commit 4fe8ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
run: cargo publish
run: cargo publish --locked

clean-artifacts:
name: Clean artifacts
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "cargo-all"
readme = "README.md"
repository = "https://github.com/hack-ink/cargo-all"
version = "0.2.2"
version = "0.2.3"

[build-dependencies]
vergen = { version = "7.5.0" }
Expand Down

0 comments on commit 4fe8ace

Please sign in to comment.