Skip to content

Commit ab1538b

Browse files
authored
Update build-toolchain.yml
1 parent 1a0050b commit ab1538b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
swift_version:
1313
description: 'Swift Version'
14-
default: '0.0.0'
14+
default: '6.2.0'
1515
required: false
1616
type: string
1717

@@ -70,7 +70,7 @@ on:
7070

7171
swift_version:
7272
description: 'Swift Version'
73-
default: '0.0.0'
73+
default: '6.2.0'
7474
required: false
7575
type: string
7676

@@ -921,7 +921,7 @@ jobs:
921921
steps:
922922
- uses: actions/checkout@v4
923923
with:
924-
ref: refs/heads/main
924+
ref: release/6.2
925925
show-progress: false
926926

927927
- uses: actions/download-artifact@v4
@@ -934,7 +934,7 @@ jobs:
934934
if ! git diff --exit-code ; then
935935
git add stable.xml
936936
git commit -m "repo: update stable revision snapshot ${{ needs.context.outputs.swift_tag }}"
937-
git push origin HEAD:main
937+
git push origin HEAD:release/6.2
938938
fi
939939
940940
release:

0 commit comments

Comments
 (0)