Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkckr0 authored Oct 26, 2024
1 parent be2fa58 commit 2892fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,6 @@ jobs:
- name: Create Github Release
run: |
version=$(bash ./scripts/get_version.sh -n)
gh release create "v$version" -d --discussion-category announcements -F notes -t "v$version" release_bin/*
gh release create "v$version" -d -F notes -t "v$version" release_bin/*
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 2892fa3

Please sign in to comment.