We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a282998 commit dff6d68Copy full SHA for dff6d68
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
needs: release-please
27
steps:
28
- - run: echo "${{ toJSON(needs.release-please.outputs) }}"
+ - run: echo "${{ toJSON(needs['release-please'].outputs) }}"
29
30
release-binary:
31
0 commit comments