We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c00a17 commit 19bf99fCopy full SHA for 19bf99f
.github/workflows/update-aur.yml
@@ -95,6 +95,8 @@ jobs:
95
- name: Update PKGBUILD and .SRCINFO
96
if: steps.check-update.outputs.update_needed == 'true'
97
run: |
98
+ # sleeps for 1 minute to be sure GH updated the release info
99
+ sleep 60
100
# Update pkgver in PKGBUILD
101
cd hydra-launcher-bin
102
NEW_VERSION="${{ steps.get-version.outputs.version }}"
0 commit comments