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 0ab62ed commit c47544cCopy full SHA for c47544c
.github/workflows/release.yml
@@ -143,7 +143,7 @@ jobs:
143
144
- name: Update version
145
id: update_version
146
- working-directory: modflow6/distribution
+ working-directory: modflow6
147
run: |
148
ver="${{ steps.set_version.outputs.version }}"
149
cmd="pixi run update-version -v $ver"
@@ -157,6 +157,7 @@ jobs:
157
158
- name: Get OS tag
159
id: ostag
160
161
162
ostag=$(pixi run python -c "from modflow_devtools.ostags import get_ostag; print(get_ostag())")
163
if [[ "${{ matrix.extended }}" == "true" ]]; then
0 commit comments