Skip to content

Commit

Permalink
using my config explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
ecarton committed Jul 22, 2023
1 parent 6e33bf9 commit 86397cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash

git config --global user.email "ethan.j.carton@nasa.gov"
git config --global user.name "ecarton"
set -ex
VERSION_TAG=$(awk -F\' '{print $2}' version.py)
LATEST_TAG=$(curl -H \
Expand Down

0 comments on commit 86397cc

Please sign in to comment.