diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41c0f18..eb7ae0f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: args: latest - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: body_path: ".changes/${{ steps.latest.outputs.output }}.md" tag_name: "${{ steps.latest.outputs.output }}"