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