subnut/nvim-ghost.nvim

Fix `.github/workflows/prerelease_to_release.yaml`

Open

#65 创建于 2024年6月6日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (11 fork)auto 404
build systemgood first issue

仓库指标

Star
 (194 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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:)

贡献者指南