Skip to content

Commit 90f8fed

Browse files
authored
Increase github actions sleep
1 parent e0cc26e commit 90f8fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releasepublished.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
env:
8686
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
8787
run: |
88-
sleep 300
88+
sleep 900
8989
if [ "$RELEASE" = "latest" ]; then
9090
echo "Using latest release"
9191
set +e

0 commit comments

Comments
 (0)