Skip to content

Commit

Permalink
fix: found an issue with a missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Jul 21, 2024
1 parent 77f6409 commit f712ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
VERSION=${{ needs.setup_release.outputs.new_tag_version }}
echo "new_tag_version=$VERSION"
REGEX="s/version = '.*'"
sed -i "s/version '[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+'/version '$VERSION'/g" ${{ env.FILE }}
REGEX="version = '[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+'"
sed -i "s/version\s*=\s*'[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+'/version = '$VERSION'/g" ${{ env.FILE }}
- name: Print new file
if: ${{needs.setup_release.outputs.new_tag_version != ''}}
Expand Down

0 comments on commit f712ee8

Please sign in to comment.