Skip to content

Commit 19bf99f

Browse files
committed
chore: add sleep to aur script
1 parent 9c00a17 commit 19bf99f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-aur.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ jobs:
9595
- name: Update PKGBUILD and .SRCINFO
9696
if: steps.check-update.outputs.update_needed == 'true'
9797
run: |
98+
# sleeps for 1 minute to be sure GH updated the release info
99+
sleep 60
98100
# Update pkgver in PKGBUILD
99101
cd hydra-launcher-bin
100102
NEW_VERSION="${{ steps.get-version.outputs.version }}"

0 commit comments

Comments
 (0)