mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-11 14:49:24 +02:00
Auto-Release - fix #3
This commit is contained in:
parent
aae3640fc1
commit
b22948e318
9
.github/workflows/AutoRelease.yml
vendored
9
.github/workflows/AutoRelease.yml
vendored
@ -18,13 +18,20 @@ jobs:
|
||||
id: Changelog
|
||||
env:
|
||||
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
|
||||
id: create_release
|
||||
uses: actions/create-release@latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: 'latest'
|
||||
tag_name: ${{ steps.next_version.outputs.version}}
|
||||
release_name: Main Scenario
|
||||
body: |
|
||||
This is the main release of the stable version of Factorio.
|
||||
|
Loading…
x
Reference in New Issue
Block a user