Skip to content

Commit

Permalink
ci: just grasping at straws
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanPedroGHM committed Oct 13, 2023
1 parent 001d31c commit 5e30334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
id: semanticRelease
run: |
poetry run semantic-release version --no-vcs-release --skip-build
echo "newVersion=$(git describe)" >> "$GITHUB_OUTPUT"
NEW_VERSION="$(git describe)"
echo $NEW_VERSION
echo "newVersion=$NEW_VERSION" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Release-to-Pypi:
Expand Down

0 comments on commit 5e30334

Please sign in to comment.