forked from lthn/blockchain
Update release tag to use only chain-network input
Modified the GitHub Actions workflow to set the release tag name to only use the 'chain-network' input, removing the 'release-tag' input from the tag name.
This commit is contained in:
parent
aad1b72b3d
commit
93463e043d
1 changed files with 1 additions and 1 deletions
2
.github/actions/upload-artifacts/action.yml
vendored
2
.github/actions/upload-artifacts/action.yml
vendored
|
|
@ -62,7 +62,7 @@ runs:
|
|||
- name: Make Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
tag_name: ${{ inputs.chain-network }}-${{ inputs.release-tag }}
|
||||
tag_name: ${{ inputs.chain-network }}
|
||||
prerelease: contains(inputs.chain-network, 'testnet')
|
||||
files: ${{ inputs.asset-directory }}/lethean-*
|
||||
target_commitish: ${{ github.sha }}
|
||||
Loading…
Add table
Reference in a new issue