mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 06:25:44 +00:00
Fix: wrong version variable
This commit is contained in:
2
.github/workflows/test-and-release.yml
vendored
2
.github/workflows/test-and-release.yml
vendored
@@ -151,4 +151,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
|
tag_name: "${{ steps.version.outputs.version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user