Skip to content

Commit d43a033

Browse files
committed
add main branch in release workflow yaml
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent f9337ef commit d43a033

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
with:
1717
fetch-depth: 0
18+
ref: main
1819
- name: Get Release
1920
uses: agners/[email protected]
2021
id: get_release
@@ -55,7 +56,8 @@ jobs:
5556
runs-on: windows-latest
5657
steps:
5758
- uses: actions/checkout@v2
58-
59+
with:
60+
ref: main
5961
- name: Set up Python
6062
uses: actions/setup-python@v2
6163
with:

0 commit comments

Comments
 (0)