1
0
Fork 0
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:
Snider 2025-09-30 15:36:22 +01:00
parent aad1b72b3d
commit 93463e043d

View file

@ -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 }}