mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-27 02:52:58 +00:00
Add automagic release of V1 tag
This commit is contained in:
@@ -205,4 +205,4 @@ jobs:
|
|||||||
name: ${{ needs.prepare.outputs.RELEASE_VERSION }}
|
name: ${{ needs.prepare.outputs.RELEASE_VERSION }}
|
||||||
body_path: .release_notes
|
body_path: .release_notes
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }}
|
prerelease: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user