You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release-verify-signatures.yml
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ name: Reproducible binary
5
5
# and finally uploads the signatures to the GitHub release.
6
6
7
7
on:
8
+
push:
9
+
branches:
10
+
- tmp-rerun-verify-release-2.8.0
8
11
release:
9
12
types: [published]
10
13
@@ -20,8 +23,8 @@ jobs:
20
23
- name: Download signatures from Maven Central
21
24
timeout-minutes: 60
22
25
run: |
23
-
until wget https://repo1.maven.org/maven2/com/yubico/webauthn-server-attestation/${{ github.ref_name }}/webauthn-server-attestation-${{ github.ref_name }}.jar.asc; do sleep 180; done
24
-
until wget https://repo1.maven.org/maven2/com/yubico/webauthn-server-core/${{ github.ref_name }}/webauthn-server-core-${{ github.ref_name }}.jar.asc; do sleep 180; done
26
+
until wget https://repo1.maven.org/maven2/com/yubico/webauthn-server-attestation/2.8.0-RC1/webauthn-server-attestation-2.8.0-RC1.jar.asc; do sleep 180; done
27
+
until wget https://repo1.maven.org/maven2/com/yubico/webauthn-server-core/2.8.0-RC1/webauthn-server-core-2.8.0-RC1.jar.asc; do sleep 180; done
0 commit comments