Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit e004352

Browse files
committed
Release v0.2.2
Signed-off-by: Xavier Lau <xavier@inv.cafe>
1 parent f5dd657 commit e004352

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/staging.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ jobs:
6060
md5sum * | tee ../MD5
6161
mv ../SHA256 .
6262
mv ../MD5 .
63-
- name: Publish
64-
uses: softprops/action-gh-release@v1
65-
with:
66-
discussion_category_name: Announcements
67-
generate_release_notes: true
68-
files: artifacts/*
6963
7064
# publish-on-crates-io:
7165
# name: Publish on crates.io

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "GPL-3.0"
88
name = "cargo-all"
99
readme = "README.md"
1010
repository = "https://github.com/hack-ink/cargo-all"
11-
version = "0.2.1"
11+
version = "0.2.2"
1212

1313
[build-dependencies]
1414
vergen = { version = "7.5.0" }

0 commit comments

Comments
 (0)