From c479a98bf3017b577626591c731ab4dd59153c07 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 30 Mar 2023 21:11:50 +0200 Subject: [PATCH] fix version number --- .github/.version | 2 +- .github/workflows/build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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