We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b2edd + f778318 commit a120a62Copy full SHA for a120a62
.github/workflows/cd.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Get the release version
60
run: |
61
- export RELEASE_TAG_VERSION="$( poetry run semantic-release print-version --current )"
+ export RELEASE_TAG_VERSION="$( poetry run semantic-release print-version --next )"
62
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION}" >> $GITHUB_ENV
63
64
- name: Configure git
0 commit comments