Skip to content

Commit

Permalink
Add GPG key for 2.0-preview1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Oct 22, 2024
1 parent 1f35ca3 commit 877ebde
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 @@ -106,6 +106,8 @@ elif [ "$flink_version" = "1.19.0" ]; then
gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
elif [ "$flink_version" = "1.20.0" ]; then
gpg_key="B2D64016B940A7E0B9B72E0D7D0528B28037D8BC"
elif [ "$flink_version" = "2.0-preview1" ]; then
gpg_key="8D56AE6E7082699A4870750EA4E8C4C05EE6861F"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit 877ebde

Please sign in to comment.