Skip to content

Commit

Permalink
Semantic versioning (#138)
Browse files Browse the repository at this point in the history
* ci: fixing semantic versioning

* ci: fixing semantic versioning

* ci: fixing semantic versioning

* fixing the mess

* fix:  the mess

* ci: fixing semantic versioning

* fix:  the mess
  • Loading branch information
vijayvammi authored Apr 17, 2024
1 parent 1e39774 commit a6de593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,13 @@ jobs:
continue-on-error: true
id: last_tag
run: |
CURRENT=${python -m poetry run semantic-release --noop version --print-last-released}
CURRENT=${poetry run semantic-release --noop version --print-last-released}
echo "Current: $CURRENT"
python -m poetry run semantic-release -vv version --tag --push
VERSION=${python -m poetry run semantic-release --noop version --print-last-released}
VERSION=${poetry run semantic-release --noop version --print-last-released}
echo "new: $VERSION"
if [ "$CURRENT" == "$VERSION" ]; then
Expand Down

0 comments on commit a6de593

Please sign in to comment.