Skip to content

Commit

Permalink
edit the release, not create
Browse files Browse the repository at this point in the history
  • Loading branch information
joshrotenberg committed Mar 8, 2024
1 parent 0a78dd2 commit ddd0e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: for file in adrs-*/adrs-*; do openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"; done

- name: publish
run: gh release create ${{ github.ref_name }} --generate-notes
run: gh release edit ${{ github.ref_name }} --generate-notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ddd0e4c

Please sign in to comment.