We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea6bb9 commit ef9afeeCopy full SHA for ef9afee
.github/workflows/release.yml
@@ -23,8 +23,8 @@ jobs:
23
- name: Get Storm version
24
id: getVersion
25
run: |
26
- # Get Storm version from set(STORM_MIN_VERSION "x.y.z") in CMakeLists.txt
27
- echo "STORM_VERSION=$(sed -n -E 's/\s*set\(STORM_MIN_VERSION "(.+)"\)/\1/p' CMakeLists.txt)" >> "$GITHUB_OUTPUT"
+ # Get Storm version from STORM_GIT_TAG in pyproject.toml
+ echo "STORM_VERSION=$(sed -n -E 's/STORM_GIT_TAG="(.+)"/\1/p' pyproject.toml)" >> "$GITHUB_OUTPUT"
28
29
deploy_docker:
30
# Create Docker images for tag
0 commit comments