Skip to content

Commit

Permalink
Fix export of output vars in cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgkwill committed Jul 17, 2023
1 parent d86d89a commit b7719d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
id: check-version
run: |
[[ "$(pipx run poetry version --short)" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || echo prerelease=true >> $GITHUB_OUTPUT
release-version=$(pipx run poetry version --short) >> $GITHUB_OUTPUT
release-commit=$(git log -n 1 --pretty=format:"%H") >> $GITHUB_OUTPUT
echo "release-version=$(pipx run poetry version --short)" >> $GITHUB_OUTPUT
echo "release-commit=$(git log -n 1 --pretty=format:"%H")" >> $GITHUB_OUTPUT
- name: Create Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit b7719d2

Please sign in to comment.