diff --git a/action.yml b/action.yml index 1387c1a..be2516c 100644 --- a/action.yml +++ b/action.yml @@ -330,7 +330,7 @@ runs: - name: Create GitHub release if: inputs.create-release == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: body_path: ${{ inputs.changelog-enabled == 'true' && inputs.changelog-output || '' }} files: |