Skip to content

Commit b03565c

Browse files
authored
force always checking out develop branch (#18)
1 parent db17794 commit b03565c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
- name: Checkout
1919
uses: actions/checkout@main
20+
with:
21+
ref: "develop"
2022

2123
- name: Update manifests
2224
env:

0 commit comments

Comments
 (0)