diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06f7f3b..05b797d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }} - name: Publish GitHub release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3.0.1 with: files: ${{ matrix.platform.name }} generate_release_notes: true