Skip to content

Commit f9a258e

Browse files
committed
minor changes
1 parent dc5e1d2 commit f9a258e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
# Fetch the latest tags
3333
git fetch --tags
34-
PREV_VERSION=$(git describe --tags --abbrev=0 || echo "0.0.0")
34+
PREV_VERSION=$(git describe --tags --abbrev=0 main || echo "0.0.0")
3535
echo "Previous Version: $PREV_VERSION"
3636
3737
# Get the current version from pyproject.toml

0 commit comments

Comments
 (0)