1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-30 23:17:53 +02:00

New CI - Autorelease

This commit is contained in:
Gerkiz 2022-08-07 22:09:40 +02:00
parent 38e2a36116
commit 8d724431ef

19
.github/workflows/AutoRelease.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: 'auto-release'
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the develop branch
on:
push:
branches: [develop]
jobs:
auto-release:
name: 'Auto Release'
runs-on: 'ubuntu-latest'
steps:
- uses: 'marvinpinto/action-automatic-releases@latest'
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'
automatic_release_tag: 'stable-latest'
prerelease: true