Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas1312 committed Oct 3, 2023
1 parent e5d4ba3 commit 1787d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/utils.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

get_sdk_version_from_pyproject_toml() {
sdk_version=$(cat pyproject.toml | grep version | cut -d ' ' -f 3 | sed -r s,"^\"(.*)\"$","\1",)
sdk_version=$(cat pyproject.toml | grep "^version" | cut -d '"' -f 2)
echo "$sdk_version"
}

Expand Down

0 comments on commit 1787d98

Please sign in to comment.