Skip to content

Commit a67d1b8

Browse files
authored
Update checkout to pull from required branch in release.yaml build job
Signed-off-by: Denis Golovin <[email protected]>
1 parent 5bbc7d8 commit a67d1b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- uses: actions/checkout@v3
83+
with:
84+
ref: ${{ github.event.inputs.branch }}
8385

8486
- uses: actions/setup-node@v3
8587
with:

0 commit comments

Comments
 (0)