Skip to content

Commit

Permalink
Add release event in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ashish <[email protected]>
  • Loading branch information
Revolyssup committed Feb 26, 2022
1 parent 58bdd3f commit 5f8d0db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build/Release binaries

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



0 comments on commit 5f8d0db

Please sign in to comment.