diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 82d1ed4..3b01e29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,7 +75,7 @@ jobs: - uses: actions/download-artifact@v3 with: path: artifacts - - uses: softprops/action-gh-release@v1 + - uses: softprops/action-gh-release@v2 with: draft: true prerelease: ${{ contains(github.ref, '-') }}