Skip to content

Commit

Permalink
linux sed
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Apr 25, 2024
1 parent d6cfc35 commit 48d8bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/initiate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Install poetry
run: pipx install poetry

- name: Update CHANGELOG.md, __pkg__.py and push release branch
- name: Update CHANGELOG.md, version.py and push release branch
env:
VERSION: ${{ github.event.inputs.version }}
run: |
poetry version $VERSION
sed -i "" "s/^VERSION = \".*\"/VERSION = \"$VERSION\"/" getstream/version.py
sed -i "s/^VERSION = \".*\"/VERSION = \"$VERSION\"/" getstream/version.py
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git checkout -q -b "release-$VERSION"
Expand Down

0 comments on commit 48d8bfc

Please sign in to comment.