You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-09-16 09:06:21 +02:00
Auto-Release - fix #3
This commit is contained in:
9
.github/workflows/AutoRelease.yml
vendored
9
.github/workflows/AutoRelease.yml
vendored
@@ -18,13 +18,20 @@ jobs:
|
|||||||
id: Changelog
|
id: Changelog
|
||||||
env:
|
env:
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
|
- id: next_version
|
||||||
|
uses: zwaldowski/semver-release-action@v2
|
||||||
|
with:
|
||||||
|
prefix: v
|
||||||
|
dry_run: true
|
||||||
|
bump: patch
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@latest
|
uses: actions/create-release@latest
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: 'latest'
|
tag_name: ${{ steps.next_version.outputs.version}}
|
||||||
release_name: Main Scenario
|
release_name: Main Scenario
|
||||||
body: |
|
body: |
|
||||||
This is the main release of the stable version of Factorio.
|
This is the main release of the stable version of Factorio.
|
||||||
|
Reference in New Issue
Block a user