1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-18 03:21:36 +02:00

Merge pull request #291 from ComfyFactory/test-ci

Auto-Release - minor fix to settings
This commit is contained in:
Gerkiz 2022-08-07 22:16:14 +02:00 committed by GitHub
commit bb0e8c8f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
name: 'auto-release'
name: 'Auto-release'
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the develop branch
@ -15,5 +15,5 @@ jobs:
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: 'stable-latest'
prerelease: true
automatic_release_tag: 'latest'
prerelease: false