mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-20 22:15:43 +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:
|
||||
draft: false
|
||||
prerelease: false
|
||||
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
|
||||
tag_name: "${{ steps.version.outputs.version }}"
|
||||
|
||||
Reference in New Issue
Block a user