using short ref name as the release tag
parent
aac2e498f6
commit
46cad51d69
|
@ -194,7 +194,7 @@ jobs:
|
||||||
uses: "marvinpinto/action-automatic-releases@latest"
|
uses: "marvinpinto/action-automatic-releases@latest"
|
||||||
with:
|
with:
|
||||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
automatic_release_tag: ${{ github.ref }}
|
automatic_release_tag: ${{ github.ref_name }}
|
||||||
prerelease: false
|
prerelease: false
|
||||||
title: ${{ github.ref }}
|
title: ${{ github.ref }}
|
||||||
files: ashirt-*/ashirt-*.*
|
files: ashirt-*/ashirt-*.*
|
||||||
|
|
Loading…
Reference in New Issue