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 cd31740 commit 73dec0fCopy full SHA for 73dec0f
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
if: startsWith(github.ref, 'refs/tags/v')
38
run: |
39
git -P show ${GITHUB_REF_NAME} | grep -q 'PGP SIGNATURE' || \
40
- { echo "No PGP signature found for tag $GITHUB_REF_NAME}. Aborting release process..."; exit 1; }
+ { echo "No PGP signature found for tag ${GITHUB_REF_NAME}. Aborting release process..."; exit 1; }
41
- name: Prepare
42
id: prep
43
0 commit comments