diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 78d3228f..42ef27c9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,10 +56,10 @@ jobs: GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}" id: last_tag run: | - CURRENT=$(python -m poetry run semantic-release --noop version --print-last-released) + CURRENT=$(python -m poetry run semantic-release -v --noop version --print-last-released) echo "Current: $CURRENT" - VERSION=$(python -m poetry run semantic-release --noop version --print) + VERSION=$(python -m poetry run semantic-release -v --noop version --print) echo "new: $VERSION" # python -m poetry run semantic-release version --tag --push diff --git a/runnable/__init__.py b/runnable/__init__.py index 5877a211..fec5e87d 100644 --- a/runnable/__init__.py +++ b/runnable/__init__.py @@ -42,3 +42,4 @@ # TODO: Think of way of generating dag hash without executor configuration +# Try to get a release