diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c565b03fa0..1e4f26981b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Create release archive and notes run: .github/workflows/create_archive_and_notes.sh ${{ inputs.tag_name || github.ref_name }} - 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