diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 380e3a0..8b8fa7b 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -61,7 +61,7 @@ jobs: run: make lin-lib - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.tag.outputs.version_tag }} name: libchttpx ${{ needs.tag.outputs.version_tag }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b0b336..d1518af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: run: make lin-lib - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ github.event.inputs.tag || github.ref_name }} name: libchttpx ${{ github.event.inputs.tag || github.ref_name }}