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 ac2ba2e commit b8c2006Copy full SHA for b8c2006
.github/workflows/github-release.yml
@@ -88,7 +88,7 @@ jobs:
88
}
89
}' -q '.data.repository.pullRequests.edges | map(.node.author.login) | unique | join(", ")')
90
91
- echo "CONTRIBUTORS=$CONTRIBUTORS"
+ echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT
92
93
shell: bash
94
env:
.github/workflows/publish.yml
@@ -90,7 +90,7 @@ jobs:
95
96
0 commit comments