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 7a3536e commit f6c4060Copy full SHA for f6c4060
.github/workflows/build.yml
@@ -94,6 +94,7 @@ jobs:
94
create-release:
95
runs-on: ubuntu-22.04
96
if: startsWith(github.ref, 'refs/tags/v')
97
+ needs: [build-modelica-library, build-python-wheel]
98
steps:
99
- uses: actions/github-script@v4
100
id: get_version
0 commit comments