diff --git a/.github/workflows/version-bump-Commit.yml b/.github/workflows/version-bump-Commit.yml index 28b0a66b..2e0039c9 100644 --- a/.github/workflows/version-bump-Commit.yml +++ b/.github/workflows/version-bump-Commit.yml @@ -41,7 +41,7 @@ jobs: NEW_VERSION_CODE=$((VERSION+1)) echo "new version code: ${NEW_VERSION_CODE}" sed -i "${LINE_NUMBER}s/${VERSION}/${NEW_VERSION_CODE}/" $FILE - echo "::set-output name=new_version_code::$NEW_VERSION_CODE\n" + echo "::set-output name=new_version_code::$NEW_VERSION_CODE" # sets NEW_VERSION_NAME - name: increase version name @@ -52,7 +52,7 @@ jobs: run : | python $SCRIPT $FILE ${{ github.event.inputs.changeSeverity }} echo "$NEW_VERSION_NAME" - echo "::set-output name=new_version_name::$(cat new_version_name.txt)\n" + echo "::set-output name=new_version_name::$(cat new_version_name.txt)" - name: commit files run: |