Skip to content

Commit

Permalink
fix(ci): discussions if was wrong (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ishere committed Dec 3, 2024
1 parent d12afd4 commit 1c2c8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@ jobs:
View the detailed release notes in the linked discussion (Join Discussion button below).
- name: Attach a discussion to a release
if: startsWith(github.ref_name, '/refs/tags/')
if: startsWith(github.ref, '/refs/tags/')
run: gh release edit --discussion-category "Announcements" ${{ github.ref_name }}

0 comments on commit 1c2c8b0

Please sign in to comment.