Alex Jarvis

Results 4 comments of Alex Jarvis

I was also noticing this. I was trying to use an asset that I had uploaded, but `.assets` is returning null. `run: echo ${{ toJson(steps.release.outputs.assets) }}` would result in a...

This *may* be because the `assets` work is not part of the latest bundled release (Neither is `append_body`, which also doesn't work in the action right now), but I do...

Using ` uses: softprops/action-gh-release@HEAD` seems to work, though this comes with all the normal concerns about pulling dependencies directly from the development branch!