nvim-ghost.nvim icon indicating copy to clipboard operation
nvim-ghost.nvim copied to clipboard

Fix `.github/workflows/prerelease_to_release.yaml`

Open subnut opened this issue 1 year ago • 0 comments

https://github.com/subnut/nvim-ghost.nvim/blob/67cc8f38c69d271af1c2430ff5099766f3550eb8/.github/workflows/prerelease_to_release.yaml#L45

This line seems to be failing because the expansion ${{ needs.find.outputs.url }} results into nothing

This workflow was working fine a few months ago. So maybe something changed or broke on GitHub's end.
Re-read the corresponding docs.

Maybe try changing needs.find to jobs.find
(is jobs. even valid? :shrug:)

subnut avatar Jun 06 '24 06:06 subnut