From 46cad51d6983f11367582238760aade07f56e1bb Mon Sep 17 00:00:00 2001 From: John Kennedy <65985482+jkennedyvz@users.noreply.github.com> Date: Tue, 3 Oct 2023 16:38:30 -0700 Subject: [PATCH] using short ref name as the release tag --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4025582..06ccc86 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -194,7 +194,7 @@ jobs: uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: ${{ github.ref }} + automatic_release_tag: ${{ github.ref_name }} prerelease: false title: ${{ github.ref }} files: ashirt-*/ashirt-*.*