1
0
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:
Gerkiz 2022-08-07 23:20:02 +02:00
parent aae3640fc1
commit b22948e318

View File

@ -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.