diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f0df4e..3e539c6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Create/update release on GitHub if: startsWith(github.ref, 'refs/tags/') - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: discussion_category_name: announcements fail_on_unmatched_files: true