Skip to content

Commit 53e3d11

Browse files
committed
Ensure all tags are signed
1 parent 974382d commit 53e3d11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ before_install:
8181
rm subkey-328B3A0E-secret.asc{,.enc} || true
8282
8383
fi
84+
if [[ "$TRAVIS_TAG" ]] ; then
85+
curl https://izaakbeekman.com/izaak.pubkey.txt | gpg --import
86+
git tag -v ${TRAVIS_TAG}
87+
fi
8488
set +o errexit
8589
-
8690
-

0 commit comments

Comments
 (0)