Skip to content

Commit f2e70b1

Browse files
{"schema":"maestro/commit/1","summary":"Fix release workflow version scope","authority":"manual"}
1 parent 4ee39d3 commit f2e70b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
run: |
6565
set -euo pipefail
6666
67+
VERSION="$(sed -n '/^\[workspace.package\]/,/^\[/s/^version *= *"\(.*\)"/\1/p' Cargo.toml | head -n 1)"
68+
6769
for required_secret in \
6870
APPLE_CERTIFICATE_P12_BASE64 \
6971
APPLE_CERTIFICATE_PASSWORD \

0 commit comments

Comments
 (0)