Skip to content

Commit

Permalink
release workflow: it works now, final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jun 15, 2023
1 parent 8243ae2 commit 1edb3c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -57,9 +57,9 @@ jobs:
with:
files: nopfs-kubo-plugin_*.tar.gz/*
body: |
This is a binary build of the NOpfs Kubo plugin targeting Kubo version v${{ env.RELEASE }}.
This is a binary build of the NOpfs Kubo plugin targeting Kubo version ${{ env.RELEASE }}.
To install, download the relevant asset for your platform, unpack the plugin file (`nopfs-kubo-plugin`) and place it in `~/.ipfs/plugins`.
To install, download the relevant file for your platform,
unpack the plugin file (`nopfs-kubo-plugin`) and place it in `~/.ipfs/plugins`.
See the included README.md for more information.
name: ${{ github.ref_name }}

0 comments on commit 1edb3c8

Please sign in to comment.