Skip to content

Commit 742c1a9

Browse files
committed
Update publish delay
1 parent 624f8ed commit 742c1a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
publish-release:
1010
name: Publish Release
1111
runs-on: ubuntu-latest
12-
environment: delay # has to be created in the repository
1312
steps:
13+
- run: sleep 2h
1414
- name: Publish mod
1515
uses: Gorilla-Tag-Modding-Group/gorilla-tag-build-tools/actions/publish@main
1616
with:
17-
webhook-url: ${{ secrets.PUBLISH_WEBHOOK_URL }}
17+
webhook-url: ${{ secrets.PUBLISH_WEBHOOK_URL }}

0 commit comments

Comments
 (0)