Skip to content

Commit

Permalink
Update release-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leecalcote committed Feb 25, 2022
1 parent 37eb2a0 commit 58bdd3f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Build/Release binaries

on:
release:
types: [published]
pull_request:
branches:
- "*"
Expand Down Expand Up @@ -34,8 +31,8 @@ jobs:
assets+=("-a" "$asset")
done
tag_name="${GITHUB_REF##*/}"
hub release edit "${assets[@]}" -m "" "$tag_name"
hub release edit "${assets[@]}" -m "" "stable-$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}



0 comments on commit 58bdd3f

Please sign in to comment.