Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed May 10, 2024
1 parent d64b45f commit 653517d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install compilers
run: sudo apt-get install gcc musl-dev musl-tools gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-powerpc64le-linux-gnu gcc-mips-linux-gnu gcc-mipsel-linux-gnu gcc-mips64-linux-gnuabi64 gcc-mips64el-linux-gnuabi64

- name: Install python requests
run: sudo apt-get install python3-requests

- name: Display working directory
run: pwd

Expand All @@ -52,3 +55,6 @@ jobs:
--data-binary @$tarball \
"https://uploads.github.com/repos/rqlite/rqlite/releases/${{ github.event.release.id }}/assets?name=$tarball"
done
- name: Update the release notes
run: .github/workflows/release-notes.py ${{ secrets.GITHUB_TOKEN }} ${{ github.event.release.id }} ${{ github.event.release.tag_name }}

0 comments on commit 653517d

Please sign in to comment.