Skip to content

Commit

Permalink
Add GPG key for 1.19.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlteoh37 committed Jun 14, 2024
1 parent 7f63237 commit 5733e9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions add-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ elif [ "$flink_version" = "1.18.0" ]; then
gpg_key="96AE0E32CBE6E0753CE6DF6CB078D1D3253A8D82"
elif [ "$flink_version" = "1.19.0" ]; then
gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
elif [ "$flink_version" = "1.19.1" ]; then
gpg_key="B78A5EA1"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit 5733e9a

Please sign in to comment.