Skip to content

Commit 0df97c0

Browse files
committed
Undo verify signed tag
Signed-off-by: Stefan Prodan <[email protected]>
1 parent e63acba commit 0df97c0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@ jobs:
3333
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
3434
- name: Setup Kustomize
3535
uses: fluxcd/pkg/actions/kustomize@main
36-
- name: Verify signed release
37-
if: startsWith(github.ref, 'refs/tags/v')
38-
run: |
39-
if git tag -v ${GITHUB_REF_NAME} 2>&1 | grep 'Signature made'; then
40-
echo "PGP signature found for ${GITHUB_REF_NAME} tag."
41-
else
42-
echo "No PGP signature found for tag ${GITHUB_REF_NAME}. Aborting release process..."
43-
exit 1
44-
fi
4536
- name: Prepare
4637
id: prep
4738
run: |

0 commit comments

Comments
 (0)