From 1d00c740309c7050bf096594ce2bb15950fad2ae Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:02:11 +0100 Subject: [PATCH] Fix tag name --- .github/workflows/make.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 77fd97f..281654a 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -21,7 +21,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Which type of bump to use when none explicitly provided (default: `patch`). # default_bump: # optional, default is patch - custom_tag: v6.03.6 + custom_tag: 6.03.6 - name: Create Release id: create_release