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 29bfeb2 commit 7ba28c4Copy full SHA for 7ba28c4
.github/workflows/release.yaml
@@ -15,6 +15,22 @@ env:
15
GO_VERSION: 1.23.12
16
17
jobs:
18
+ ########################
19
+ # Check release signing keys
20
21
+ pgp-key-expiration-check:
22
+ name: Check release signing key expirations
23
+ runs-on: ubuntu-latest
24
+ steps:
25
+ - name: Git checkout
26
+ uses: actions/checkout@v4
27
+
28
+ - name: Check PGP key expirations
29
+ run: scripts/check-pgp-expiry.sh
30
31
32
+ # Create release
33
34
main:
35
name: Release build
36
runs-on: ubuntu-latest
0 commit comments