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 e63acba commit 0df97c0Copy full SHA for 0df97c0
.github/workflows/release.yaml
@@ -33,15 +33,6 @@ jobs:
33
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
34
- name: Setup Kustomize
35
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
45
- name: Prepare
46
id: prep
47
run: |
0 commit comments