Skip to content

Commit

Permalink
CI: update signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Aug 27, 2023
1 parent 15f6369 commit e08d687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/RELEASE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test -n "$V" || { echo "Could not obtain version in $BUILDDIR ." ; exit 1 ; }
# This is the signing key ID associated with the GitHub account adriaandegroot,
# which is used to create all "verified" tags in the Calamares repo.
#
KEY_ID="CFDDC96F12B1915C"
KEY_ID="328D742D8807A435"
git tag -u "$KEY_ID" -m "Release v$V" "v$V" || { echo "Could not sign tag v$V." ; exit 1 ; }

### Create the tarball
Expand Down

0 comments on commit e08d687

Please sign in to comment.