chore: fix CI, allow 30 minutes for timeout of release
This commit is contained in:
parent
a2d53fb365
commit
0bf884e0f4
1 changed files with 1 additions and 0 deletions
1
.github/workflows/application.yml
vendored
1
.github/workflows/application.yml
vendored
|
@ -147,6 +147,7 @@ jobs:
|
|||
|
||||
- name: Create ATLauncher Version
|
||||
uses: ATLauncher/release-atlauncher-action@master
|
||||
timeout-minutes: 30
|
||||
with:
|
||||
api-key: ${{ secrets.ATLAUNCHER_API_KEY }}
|
||||
version: ${{ needs.build.outputs.clean-version }}
|
||||
|
|
Loading…
Reference in a new issue