Skip to content

Commit 8e3eb7a

Browse files
authored
Merge pull request #2155 from HDR-Development/build-fix
Fix Tags Releasing in Draft
2 parents 9ce0767 + 4241bed commit 8e3eb7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_beta.yml

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ jobs:
115115
env:
116116
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
117117

118+
- name: Sleep to ensure tag gets deleted
119+
uses: jakejarvis/wait-action@master
120+
with:
121+
time: '60s'
118122

119123
# upload asset
120124
- name: Upload binaries to release

0 commit comments

Comments
 (0)