Fix: wrong version variable

This commit is contained in:
Phil Jay
2024-10-11 16:19:40 +11:00
committed by GitHub
parent 36b965a12f
commit feaac9b904

View File

@@ -151,4 +151,4 @@ jobs:
with:
draft: false
prerelease: false
tag_name: "${{ steps.version-increment.outputs.VERSION }}"
tag_name: "${{ steps.version.outputs.version }}"