Skip to content

Commit a120a62

Browse files
authored
Merge pull request #117 from the-dotify-project/development
Development
2 parents 55b2edd + f778318 commit a120a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Get the release version
6060
run: |
61-
export RELEASE_TAG_VERSION="$( poetry run semantic-release print-version --current )"
61+
export RELEASE_TAG_VERSION="$( poetry run semantic-release print-version --next )"
6262
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION}" >> $GITHUB_ENV
6363
6464
- name: Configure git

0 commit comments

Comments
 (0)