Skip to content

Commit

Permalink
[swift] Update the release version to 3
Browse files Browse the repository at this point in the history
Chrome Web Store doesn't accept the version number 90003
  • Loading branch information
kateinoigakukun committed Feb 25, 2025
1 parent b47f820 commit 07f1e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-swift-debugging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 07f1e21

Please sign in to comment.