Skip to content

Commit

Permalink
Bug mlflow (#73)
Browse files Browse the repository at this point in the history
* fix: πŸ› mlflow creeped in

* fix: πŸ› trying semver

* ci: πŸ’š testing semver

* fix: πŸ› trying semver

* fix: πŸ› trying semver

* fix: πŸ› trying semver

* fix: πŸ› trying semver

* fix: πŸ› trying semver

* ci: πŸ’š semver

* ci: πŸ’š working through dynamic versioning

* ci: πŸ’š adding semantic release

* ci: πŸ’š automatic release

* ci: πŸ’š automatic release

* ci: πŸ’š automatic release

* ci: πŸ’š removing dynamic version

* ci: πŸ’š only version from semantic release

* ci: πŸ’š testing release actions

* ci: πŸ’š testing release actions
  • Loading branch information
vijayvammi committed Feb 12, 2023
1 parent 1d3d1fe commit 2f794c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: python -m pip install python-semantic-release
- name: Figure version
run: |
VERSION=$(semantic-release print-version)
VERSION=$(semantic-release print-version --verbosity=DEBUG)
echo $VERSION
- name: Tag git
run: |
Expand Down

0 comments on commit 2f794c4

Please sign in to comment.