chore: tidy up draft-release.yml

Signed-off-by: Josh <josh.t.richards@gmail.com>
jtr/chore-release-note-automation
Josh 1 week ago committed by GitHub
parent 992e3f8a9f
commit 94239657a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,6 +39,12 @@ jobs:
- name: Ensure origin/master is available
run: git fetch origin master
- name: Verify required tools
run: |
gh --version
jq --version
git --version
- name: Generate release draft payload
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save