Skip to content

Commit

Permalink
ci: can't add reviewer to release draft
Browse files Browse the repository at this point in the history
and in post-release, the bot is considered the author
  • Loading branch information
kelly-sovacool committed Jan 22, 2024
1 parent 81bf1ba commit 3a73b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ jobs:
--draft \
--notes-file .github/latest-release.md \
--target ${{ env.COMMIT_HASH }} \
--title "${{ github.event.repository.name }} ${{ env.NEXT_STRICT }}" \
--reviewer ${{ github.event.release.author.login }}
--title "${{ github.event.repository.name }} ${{ env.NEXT_STRICT }}"
- name: Next steps
run: |
Expand Down

0 comments on commit 3a73b98

Please sign in to comment.