Skip to content

Commit

Permalink
using short ref name as the release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkennedyvz committed Oct 3, 2023
1 parent aac2e49 commit eeefd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-*.*

0 comments on commit eeefd10

Please sign in to comment.