From e037bff62c5a2dc28a5fb3b24e317fd195716bbd Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 29 Apr 2023 04:54:53 +0200 Subject: [PATCH] Automatic release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da5ec6f..acf6069 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} with: - tag: "${{ secrets.MAJOR }}.${{ secrets.MINOR }}" + tag: "v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" title: "Release v${{ secrets.MAJOR }}.${{ secrets.MINOR }}" - name: Update minor version