Skip to content

Commit

Permalink
fix: removing alpha from python package
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueSCar committed Jan 26, 2025
1 parent cf3e0dd commit f53d787
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 @@ -187,7 +187,7 @@ jobs:
api_version=$(curl https://api.collegebasketballdata.com/api-docs.json | jq .info.version)
api_version=${api_version%\"}
api_version=${api_version#\"}
package_version=(${api_version}a1)
package_version=(${api_version})
code=$(curl -X POST -H "content-type:application/json" -d '{"openAPIUrl": "https://api.collegebasketballdata.com/api-docs.json", "options": { "packageName": "cbbd", "projectName": "cbbd", "packageUrl": "https://github.com/CFBD/cbbd-python", "packageVersion": "'"${package_version}"'"}}' https://api.openapi-generator.tech/api/gen/clients/python-pydantic-v1 | jq '. | .code')
code=${code%\"}
code=${code#\"}
Expand Down

0 comments on commit f53d787

Please sign in to comment.