Skip to content

Commit

Permalink
Wait a few seconds so github has time to finish cleaning this old one up
Browse files Browse the repository at this point in the history
  • Loading branch information
CorruptComputer committed Nov 9, 2024
1 parent c5ba4f4 commit 8b3ee1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nightly-build-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
- name: Delete previous release
env:
GH_TOKEN: ${{ github.token }}
run: gh release delete nightly --cleanup-tag --yes
run: |
gh release delete nightly --cleanup-tag --yes
sleep 10
- name: Upload Nightly Server Packages
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 8b3ee1f

Please sign in to comment.