We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ee39d3 + f2e70b1 commit abdb962Copy full SHA for abdb962
1 file changed
.github/workflows/release.yml
@@ -64,6 +64,8 @@ jobs:
64
run: |
65
set -euo pipefail
66
67
+ VERSION="$(sed -n '/^\[workspace.package\]/,/^\[/s/^version *= *"\(.*\)"/\1/p' Cargo.toml | head -n 1)"
68
+
69
for required_secret in \
70
APPLE_CERTIFICATE_P12_BASE64 \
71
APPLE_CERTIFICATE_PASSWORD \
0 commit comments