Skip to content

Commit 4241bed

Browse files
committed
Fix Tags Releasing in Draft
1 parent 9ce0767 commit 4241bed

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)