Skip to content

Commit 73dec0f

Browse files
committed
Add check for PGP signed tags to release workflow
Signed-off-by: Stefan Prodan <[email protected]>
1 parent cd31740 commit 73dec0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: startsWith(github.ref, 'refs/tags/v')
3838
run: |
3939
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; }
40+
{ echo "No PGP signature found for tag ${GITHUB_REF_NAME}. Aborting release process..."; exit 1; }
4141
- name: Prepare
4242
id: prep
4343
run: |

0 commit comments

Comments
 (0)