diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 823569d..b049322 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -189,7 +189,7 @@ jobs: echo "$NOTES" > /tmp/release-notes.md - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: ${{ needs.resolve.outputs.tag }} body_path: /tmp/release-notes.md