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:
commit
bb0e8c8f7f
6
.github/workflows/AutoRelease.yml
vendored
6
.github/workflows/AutoRelease.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user