Skip to content

Commit b8c2006

Browse files
committed
Update contributor missing in workflows
1 parent ac2ba2e commit b8c2006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
}
8989
}' -q '.data.repository.pullRequests.edges | map(.node.author.login) | unique | join(", ")')
9090
91-
echo "CONTRIBUTORS=$CONTRIBUTORS"
91+
echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT
9292
9393
shell: bash
9494
env:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
}
9191
}' -q '.data.repository.pullRequests.edges | map(.node.author.login) | unique | join(", ")')
9292
93-
echo "CONTRIBUTORS=$CONTRIBUTORS"
93+
echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT
9494
9595
shell: bash
9696
env:

0 commit comments

Comments
 (0)