Skip to content

Commit cdd77bf

Browse files
authored
ci(release): fix release workflow (#2525)
need to check out mf6 in the set_options job before looking at tags
1 parent 64d0be3 commit cdd77bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release_dispatch.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ jobs:
7373
models: ${{ steps.set_models.outputs.models }}
7474
patch: ${{ steps.set_patch.outputs.patch }}
7575
steps:
76+
- name: Checkout modflow6
77+
uses: actions/checkout@v5
78+
with:
79+
repository: ${{ github.repository_owner }}/modflow6
80+
ref: ${{ github.ref }}
7681
- name: Set branch
7782
id: set_branch
7883
run: |

0 commit comments

Comments
 (0)