Skip to content

Commit

Permalink
💚 Fix Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BalconyJH committed Jan 13, 2025
1 parent 9085eb3 commit 6a5d6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
INPUT_VERSION="${{ github.event.inputs.version }}"
TAG_VERSION=${{ github.ref_name || '' }}
VERSION=$(pdm show --version)
VERSION=$(grep "version = " pyproject.toml | cut -d'"' -f2)
if [ -n "$INPUT_VERSION" ]; then
echo "VERSION=$INPUT_VERSION" >> $GITHUB_OUTPUT
echo "TAG_VERSION=${INPUT_VERSION#v}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6a5d6e5

Please sign in to comment.