Skip to content

Commit

Permalink
fix: use the upcoming version when deploying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
v.sioros committed Jul 20, 2021
1 parent acd6457 commit f778318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Get the release version
run: |
export RELEASE_TAG_VERSION="$( poetry run semantic-release print-version --current )"
export RELEASE_TAG_VERSION="$( poetry run semantic-release print-version --next )"
echo "RELEASE_TAG_VERSION=${RELEASE_TAG_VERSION}" >> $GITHUB_ENV
- name: Configure git
Expand Down

0 comments on commit f778318

Please sign in to comment.