Skip to content

Commit

Permalink
Fix |bump_version| step in release workflown (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofenoglio authored Dec 15, 2021
1 parent 5e30f0a commit 38eac13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
echo $RELEASE_VERSION
echo "[INFO] Write version"
sed -i s/$CURRENT_VERSION/$RELEASE_VERSION/ $INIT_FILE
sed -i s/$PLACEHOLDER/$RELEASE_VERSION/ $INIT_FILE
env:
INIT_FILE: leverage/__init__.py
PLACEHOLDER: 0.0.0

- name: clean
run: |
Expand Down

0 comments on commit 38eac13

Please sign in to comment.