diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93f50dd..72bc9b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Create release archive and notes run: .github/workflows/create_archive_and_notes.sh - name: Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: # Use GH feature to populate the changelog automatically generate_release_notes: true