Skip to content

Commit

Permalink
ci (fix): version output
Browse files Browse the repository at this point in the history
  • Loading branch information
duggalsu committed Mar 6, 2024
1 parent ead206d commit d3aa1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

- name: Dry Run to get next release version
id: next_version
shell: bash
run: |
pip install python-semantic-release
export NEXT_TAG_VERSION=$(semantic-release --noop version --print)
echo "new_tag_version=${NEXT_TAG_VERSION}" >> $GITHUB_OUTPUT
echo "new_tag_version=$(semantic-release --noop version --print)" >> $GITHUB_OUTPUT
- name: Python Semantic Release
id: release
Expand Down

0 comments on commit d3aa1e4

Please sign in to comment.