Skip to content

Commit

Permalink
ci: fix project name in release script
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy MacDonald <tim.macdonald@lacework.net>
  • Loading branch information
tmac1973 committed Apr 4, 2024
1 parent a4cbfcb commit 8ff7ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source scripts/release_helpers.sh

# Required Variables
readonly org_name=lacework
readonly project_name=terraform-<PROVIDER>-<NAME>
readonly project_name=terraform-aws-config-controltower
readonly git_user="Lacework Inc."
readonly git_email="tech-ally@lacework.net"
readonly required_files_for_release=(
Expand Down

0 comments on commit 8ff7ee5

Please sign in to comment.