diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8bf7455..9a9b3ae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -181,7 +181,7 @@ jobs: # short-description: ${{ github.event.repository.description }} - name: GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: draft: true