diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dc3c3fd..db639de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: --out ".release/release-notes.md" - name: Attach release bundle - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body_path: .release/release-notes.md tag_name: ${{ env.TARGET_TAG }}