Skip to content

Commit

Permalink
fix: use $NAME
Browse files Browse the repository at this point in the history
Signed-off-by: Lou DeGenaro <[email protected]>
  • Loading branch information
degenaro committed Nov 28, 2023
1 parent e56f0e3 commit 118d52a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/automation/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ fi

./scripts/automation/assemble_profiles.sh $version_tag
git config --global user.email "$EMAIL"
git config --global user.name "$ENAME"
git config --global user.name "$NAME"
semantic-release publish
2 changes: 1 addition & 1 deletion scripts/automation/update_downstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source config.env
export COMMIT_TITLE="chore: Profiles automatic update."
export COMMIT_BODY="Sync profiles with $PROFILE repo"
git config --global user.email "$EMAIL"
git config --global user.name "$ENAME"
git config --global user.name "$NAME"
cd "$REPO_COMPONENT_DEFINITION"
git checkout -b "profiles_autoupdate_$GITHUB_RUN_ID"
cp -r ../profiles .
Expand Down

0 comments on commit 118d52a

Please sign in to comment.