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.
1 parent 195fa34 commit a219c47Copy full SHA for a219c47
.github/workflows/rust-release.yml
@@ -40,6 +40,7 @@ jobs:
40
shell: bash
41
run: |
42
set -euo pipefail
43
+ echo "::add-mask::$APPLE_CODESIGN_IDENTITY"
44
echo "::group::Tag validation"
45
46
# 1. Must be a tag and match the regex
0 commit comments