Skip to content

Commit

Permalink
Add GPG key for 1.15.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Mar 14, 2023
1 parent c01eac6 commit ddb5b9e
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 @@ -102,6 +102,8 @@ elif [ "$flink_version" = "1.15.2" ]; then
gpg_key="0F79F2AFB2351BC29678544591F9C1EC125FD8DB"
elif [ "$flink_version" = "1.15.3" ]; then
gpg_key="90755B0A184BD9FFD22B6BE19D4F76C84EC11E37"
elif [ "$flink_version" = "1.15.4" ]; then
gpg_key="0F79F2AFB2351BC29678544591F9C1EC125FD8DB"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit ddb5b9e

Please sign in to comment.