should create a new version
This commit is contained in:
parent
cf2eb6752f
commit
7f668b2f3d
7
.github/workflows/update-release-v1.yml
vendored
7
.github/workflows/update-release-v1.yml
vendored
@ -44,11 +44,8 @@ jobs:
|
||||
minor_pattern: "(MINOR)"
|
||||
# A string to determine the format of the version output
|
||||
format: "${major}.${minor}.${patch}-prerelease${increment}"
|
||||
# Indicate whether short tags like 'v1' should be supported. If false only full
|
||||
# tags like 'v1.0.0' will be recognized.
|
||||
short_tags: true
|
||||
# If this is set to true, *every* commit will be treated as a new version.
|
||||
bump_each_commit: false
|
||||
bump_each_commit: true
|
||||
branch: master
|
||||
|
||||
- name: Create Release
|
||||
@ -60,7 +57,7 @@ jobs:
|
||||
tag_name: ${{ steps.version.outputs.version_tag }}
|
||||
release_name: ${{ steps.version.outputs.version }}
|
||||
draft: false
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
owner: ${{ github.actor }}
|
||||
|
||||
- name: Upload Release Asset
|
||||
|
Loading…
x
Reference in New Issue
Block a user