Skip to content

Commit

Permalink
Update GPG key for 1.19.1 release to full key ID
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 authored Jun 17, 2024
1 parent 5733e9a commit 01e3f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ elif [ "$flink_version" = "1.18.0" ]; then
elif [ "$flink_version" = "1.19.0" ]; then
gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
elif [ "$flink_version" = "1.19.1" ]; then
gpg_key="B78A5EA1"
gpg_key="6378E37EB3AAEA188B9CB0D396C2914BB78A5EA1"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit 01e3f32

Please sign in to comment.