diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6ba20a..06e5503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,10 +88,12 @@ jobs: assets=() for f in $files; do [ -f "$f" ] && assets+=(-a "$f"); done + SHORT_SHA=$(echo $REF | cut -c 1-7) + hub release create \ "${assets[@]}" \ -m v$VERSION \ -m "IPFS Hash: [$IPFS_HASH](https://ipfs.io/ipfs/$IPFS_HASH)" \ - -m "Guess what? " \ + -m "Guess what? " \ -t $REF \ v$VERSION