From d233f6c940672c0fda9e45f959e31efbffac36c5 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 19 Sep 2024 16:21:24 -0400 Subject: [PATCH] gre --- .github/workflows/increment-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment-build.yml b/.github/workflows/increment-build.yml index 8444563..51f6127 100644 --- a/.github/workflows/increment-build.yml +++ b/.github/workflows/increment-build.yml @@ -98,7 +98,7 @@ jobs: echo "commit-short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT echo "$new_value" > "VERSION" - echo -n "" > "PART" + echo : > "PART" git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add VERSION