From 07f1e21f6f0b82b6d391be71bf08c3c53badc1e7 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Tue, 25 Feb 2025 14:59:33 +0000 Subject: [PATCH] [swift] Update the release version to 3 Chrome Web Store doesn't accept the version number 90003 --- .github/workflows/build-swift-debugging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-swift-debugging.yaml b/.github/workflows/build-swift-debugging.yaml index e1a1f28114b..3a33838cd0d 100644 --- a/.github/workflows/build-swift-debugging.yaml +++ b/.github/workflows/build-swift-debugging.yaml @@ -63,7 +63,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - run: ./tools/bootstrap.py ../../out -verbose -no-check -release-version 90003 -patch-level 0 + - run: ./tools/bootstrap.py ../../out -verbose -no-check -release-version 3 -patch-level 0 working-directory: ./extensions/cxx_debugging/ - uses: actions/upload-artifact@v4 with: