Skip to content

Commit

Permalink
fix: ENAME -> 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 16, 2023
1 parent c6d5879 commit 68fdb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/automation/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ fi

./scripts/automation/assemble_catalogs.sh $version_tag
git config --global user.email "$EMAIL"
git config --global user.name "$ENAME"
git config --global user.name "$NAME"
semantic-release publish

0 comments on commit 68fdb65

Please sign in to comment.