Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 committed May 6, 2024
1 parent 5ba7c47 commit 60c2331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Make Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -140,6 +140,6 @@ jobs:
- name: Create Github Release
run: |
version=$(bash ./scripts/get_version.sh -n)
gh release create "v$version" -d -F notes -t "v$version" --discussion-category announcements release_bin/*/*
gh release create "v$version" -d -F notes -t "v$version" release_bin/*/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 60c2331

Please sign in to comment.