Skip to content

Commit

Permalink
Update contributor missing in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaleidawave committed Apr 10, 2024
1 parent ac2ba2e commit b8c2006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
}
}' -q '.data.repository.pullRequests.edges | map(.node.author.login) | unique | join(", ")')
echo "CONTRIBUTORS=$CONTRIBUTORS"
echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
}
}' -q '.data.repository.pullRequests.edges | map(.node.author.login) | unique | join(", ")')
echo "CONTRIBUTORS=$CONTRIBUTORS"
echo "CONTRIBUTORS=$CONTRIBUTORS" >> $GITHUB_OUTPUT
shell: bash
env:
Expand Down

0 comments on commit b8c2006

Please sign in to comment.