Skip to content

Commit c47544c

Browse files
authored
ci(release): fix release workflow step working directories (#2522)
1 parent 0ab62ed commit c47544c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Update version
145145
id: update_version
146-
working-directory: modflow6/distribution
146+
working-directory: modflow6
147147
run: |
148148
ver="${{ steps.set_version.outputs.version }}"
149149
cmd="pixi run update-version -v $ver"
@@ -157,6 +157,7 @@ jobs:
157157
158158
- name: Get OS tag
159159
id: ostag
160+
working-directory: modflow6
160161
run: |
161162
ostag=$(pixi run python -c "from modflow_devtools.ostags import get_ostag; print(get_ostag())")
162163
if [[ "${{ matrix.extended }}" == "true" ]]; then

0 commit comments

Comments
 (0)