From 3af5d1384c64c77c41dffd5daffe746413a5fc88 Mon Sep 17 00:00:00 2001 From: Ryan Dens Date: Thu, 12 Dec 2024 09:19:46 -0800 Subject: [PATCH] :bug: fix tag --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ac172c..30ca896 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "${{ inputs.version }}" prerelease: false files: | ~/.m2/repository/io/github/pixee/java-security-toolkit/${{ inputs.version }}/java-security-*