mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-06-05 22:49:25 +00:00
Fix release versioning.
This commit is contained in:
@@ -188,8 +188,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
files: dist/semver-gen-*
|
||||
tag_name: v1
|
||||
name: v1
|
||||
tag_name: ${{ needs.prepare.outputs.RELEASE_VERSION }}
|
||||
name: ${{ needs.prepare.outputs.RELEASE_VERSION }}
|
||||
body_path: .release_notes
|
||||
draft: false
|
||||
prerelease: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }}
|
||||
|
||||
Reference in New Issue
Block a user