File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 :
You can’t perform that action at this time.
0 commit comments