Skip to content

Commit

Permalink
fix: remove "v" prefix from package version (#2799)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife authored Feb 28, 2024
1 parent 78802f5 commit 8d73a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ commands:
This will build and publish release packages for tag "$CIRCLE_TAG"
steps:
- run: |
./build.py --debug --clean --generate --package --package-udfs --platform=all --arch=all --checksum --release --version "${CIRCLE_TAG}"
./build.py --debug --clean --generate --package --package-udfs --platform=all --arch=all --checksum --release --version "${CIRCLE_TAG#v}"
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 8d73a54

Please sign in to comment.