using short ref name as the release tag
parent
aac2e498f6
commit
46cad51d69
|
@ -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-*.*
|
||||
|
|
Loading…
Reference in New Issue