Skip to content

Commit dff6d68

Browse files
committed
ci(release): try syntax
1 parent a282998 commit dff6d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
needs: release-please
2727
steps:
28-
- run: echo "${{ toJSON(needs.release-please.outputs) }}"
28+
- run: echo "${{ toJSON(needs['release-please'].outputs) }}"
2929

3030
release-binary:
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)