Skip to content

Commit

Permalink
fix: release-please action failing for missing ) (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaLanziani authored Sep 21, 2023
1 parent 1677fae commit b12c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get commit author
id: commit_author
run: |
author=$(gh pr list --search ${{ github.sha }} --state merged --json mergedBy --jq '.[0].mergedBy.login'
author=$(gh pr list --search ${{ github.sha }} --state merged --json mergedBy --jq '.[0].mergedBy.login')
echo "author=${author}" >> $$GITHUB_OUTPUT
env:
GITHUB_TOKEN: ${{ steps.get_installation_token.outputs.token }}
Expand Down

0 comments on commit b12c919

Please sign in to comment.