Skip to content

Commit 31fdaa3

Browse files
authored
Fix release CI and bump version to 0.2.2 (#27)
2 parents 6ee8ba7 + 06970ae commit 31fdaa3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ jobs:
7070
permissions:
7171
id-token: write
7272
steps:
73-
- uses: actions/checkout@v5
73+
- name: Fetch sources
74+
uses: actions/checkout@v4
75+
with:
76+
submodules: recursive
7477

7578
- uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec # v1.0.3
7679
id: auth

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frequenz-microgrid"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
description = "A high-level interface to the Frequenz Microgrid API."
66
repository = "https://github.com/frequenz-floss/frequenz-microgrid-rs"

0 commit comments

Comments
 (0)