diff --git a/.github/.version b/.github/.version index c6412202..65087b4f 100644 --- a/.github/.version +++ b/.github/.version @@ -1 +1 @@ -v1.1.4 +1.1.4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aeb0d2e4..54cef529 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: with: prerelease: ${{ github.ref != 'refs/heads/stable' }} repo_token: ${{ github.token }} - title: ${{ steps.version.outputs.version }} - automatic_release_tag: ${{ steps.version.outputs.version }} + title: v${{ steps.version.outputs.version }} + automatic_release_tag: v${{ steps.version.outputs.version }} files: | target/stacker.jar