Skip to content

Commit

Permalink
not sure why we need this
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Sep 26, 2023
1 parent 8eed46c commit 2ba2ff1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/node_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -ex

git config --global user.email "[email protected]"
git config --global user.name "DuckDB Admin"


export TAG=''
# for main do prereleases
if [[ "$GITHUB_REF" =~ ^refs/tags/v.+$ ]] ; then
Expand Down

0 comments on commit 2ba2ff1

Please sign in to comment.