Skip to content

Commit f404798

Browse files
committed
fix: check out main branch when building native apps
1 parent b69144e commit f404798

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
os: [ubuntu-latest, macos-latest, windows-latest]
120120
steps:
121121
- uses: actions/[email protected]
122+
with:
123+
fetch-depth: 0
124+
persist-credentials: true
125+
ref: main
122126
- uses: actions/setup-node@v1
123127
with:
124128
node-version: 14

0 commit comments

Comments
 (0)