Skip to content

Commit

Permalink
Undo verify signed tag
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Jun 30, 2023
1 parent e63acba commit 0df97c0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Setup Kustomize
uses: fluxcd/pkg/actions/kustomize@main
- name: Verify signed release
if: startsWith(github.ref, 'refs/tags/v')
run: |
if git tag -v ${GITHUB_REF_NAME} 2>&1 | grep 'Signature made'; then
echo "PGP signature found for ${GITHUB_REF_NAME} tag."
else
echo "No PGP signature found for tag ${GITHUB_REF_NAME}. Aborting release process..."
exit 1
fi
- name: Prepare
id: prep
run: |
Expand Down

0 comments on commit 0df97c0

Please sign in to comment.