Skip to content

Commit

Permalink
fix assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Jun 10, 2021
1 parent 153047d commit bfe0a93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-bump-Commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit bfe0a93

Please sign in to comment.