Merge 1.16 into 1.18

This commit is contained in:
embeddedt 2023-07-07 21:06:45 -04:00
commit 2e31a4e2c1
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -28,3 +28,10 @@ jobs:
with: with:
files: 'bin/*' files: 'bin/*'
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add changelog to release
uses: irongut/EditRelease@v1.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: ${{ github.event.release.id }}
replacebody: true
files: "CHANGELOG.md"