diff --git a/action.yml b/action.yml index 06f99f4..6a9b23d 100644 --- a/action.yml +++ b/action.yml @@ -226,6 +226,11 @@ runs: files: ${{ env.ASSETS }}/* target_commitish: ${{ github.sha }} + - name: "Copy body-text" + if: ${{ inputs.dry-run == 'true' }} + shell: bash + run: echo "${{ inputs.body-text }}" > $ASSETS/BODY.md + - name: "Upload the release" uses: actions/upload-artifact@v5 if: ${{ inputs.dry-run == 'true' }}