Skip to content

Commit

Permalink
doc: improve release text
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 13, 2023
1 parent f218285 commit 67e2724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "artifact/holochain-*,artifact/hc-*,artifact/lair-keystore-*"
name: Prebuilt Binaries for Holochain ${{ github.event.client_payload.holochain_version }}
body: "Holochain, Holochain CLI & Lair Keystore binaries compatible with holochain ${{ github.event.client_payload.holochain_version }}"
name: Binaries for holochain ${{ github.event.client_payload.holochain_version }}
body: "Prebuilt binaries for holochain ${{ github.event.client_payload.holochain_version }} -- holochain, hc (holochain_cli) & lair-keystore."
tag: "${{ github.event.client_payload.holochain_version }}"
draft: true
prerelease: false
Expand Down

0 comments on commit 67e2724

Please sign in to comment.