Skip to content

Fix .github/workflows/prerelease_to_release.yaml #65

@subnut

Description

@subnut

run: curl ${{ needs.find.outputs.url }} -o release.json

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? 🤷)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions