Skip to content

Commit 805fd4e

Browse files
authored
ci: Add an id for release-plz step and make version number AUR appropriate (#70)
1 parent 8d98cd1 commit 805fd4e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release-plz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Install Rust toolchain
3535
uses: dtolnay/rust-toolchain@stable
3636
- name: Run release-plz
37+
id: release-plz
3738
uses: MarcoIeni/release-plz-action@v0.5.129
3839
with:
3940
command: release

cosmic-applet-arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cosmic-applet-arch"
3-
version = "1.0.0-beta.17"
3+
version = "1.0.0.beta.17"
44
edition = "2021"
55
license = "GPL-3.0"
66
rust-version = "1.85"

0 commit comments

Comments
 (0)