Skip to content

Commit

Permalink
fix: preserve . that comes before 0 in month
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 13, 2024
1 parent 12d69e0 commit c4d9b8f
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 @@ -64,7 +64,7 @@ jobs:
pip install pyproject.toml
output=$(littlepay -v)
version=${output/littlepay /}
version=${version/.0/}
version=${version/.0/.}
echo "PYPI_RELEASE_URL=https://pypi.org/project/calitp-littlepay/$version" >> "$GITHUB_OUTPUT"
- name: Release
Expand Down

0 comments on commit c4d9b8f

Please sign in to comment.