diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0df8d37..7fec496 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,16 +27,13 @@ jobs: name: Release ${{ steps.version.outputs.version }} body: | ## git-release ${{ steps.version.outputs.version }} - Minimal tool to create and publish Git release tags following the vX.Y.Z format. - ```bash # Quick install mkdir -p ${HOME}/.local/bin wget -qO ${HOME}/.local/bin/git-release https://github.com/ObNitram/git-release/releases/download/${{ steps.version.outputs.version }}/git-release chmod +x ${HOME}/.local/bin/git-release ``` - See the [README](https://github.com/${{ github.repository }}/blob/${{ steps.version.outputs.version }}/README.md) for more details. files: | git-release