diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e24d6fc9bce..3a328c6914c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,6 +169,11 @@ jobs: - arch: windows-64 name: Windows-X64 steps: + - name: Checkout Repo + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Download ${{ matrix.name }} uses: actions/download-artifact@v4 with: diff --git a/src/workerd/io/supported-compatibility-date.txt b/src/workerd/io/supported-compatibility-date.txt index 4889d0b95fb..6c65fa6ebc8 100644 --- a/src/workerd/io/supported-compatibility-date.txt +++ b/src/workerd/io/supported-compatibility-date.txt @@ -1 +1 @@ -2025-01-22 +2025-01-23