Skip to content

Commit

Permalink
Merge branch 'main' into argo-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvammi authored May 9, 2024
2 parents 379d58e + 72f7805 commit 2b6e00c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions runnable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@


# TODO: Think of way of generating dag hash without executor configuration
# Try to get a release

0 comments on commit 2b6e00c

Please sign in to comment.