We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d98cd1 commit 805fd4eCopy full SHA for 805fd4e
2 files changed
.github/workflows/release-plz.yml
@@ -34,6 +34,7 @@ jobs:
34
- name: Install Rust toolchain
35
uses: dtolnay/rust-toolchain@stable
36
- name: Run release-plz
37
+ id: release-plz
38
uses: MarcoIeni/release-plz-action@v0.5.129
39
with:
40
command: release
cosmic-applet-arch/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cosmic-applet-arch"
3
-version = "1.0.0-beta.17"
+version = "1.0.0.beta.17"
4
edition = "2021"
5
license = "GPL-3.0"
6
rust-version = "1.85"
0 commit comments