Update make-release.yml

This commit is contained in:
John Grosh
2022-04-05 18:55:05 -04:00
committed by GitHub
parent 15a47a7b4d
commit cadaf94cf7

View File

@@ -42,7 +42,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.event.version_number }}
tag: ${{ github.event.inputs.version_number }}
name: Version ${{ github.event.inputs.version_number }}
draft: true
prerelease: false