Skip to content

Commit

Permalink
[skip ci] ci: Trim commit tag from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 17, 2024
1 parent 4d56d4b commit 726c5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install hatch
hatch env create
echo "ASDF_PYDANTIC_VERSION=$(hatch version)" >> $GITHUB_ENV
echo "ASDF_PYDANTIC_VERSION=$(hatch version | sed 's/+g.*$//g')" >> $GITHUB_ENV
- name: Build
run: hatch build
- name: Create GitHub Release (prerelease only)
Expand Down

0 comments on commit 726c5ed

Please sign in to comment.