File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2506,7 +2506,10 @@ function run() {
2506
2506
break ;
2507
2507
}
2508
2508
const current = yield get_version_1 . getVersion ( ) ;
2509
- if ( current !== version ) {
2509
+ if ( current === version ) {
2510
+ core . setOutput ( "version" , version ) ;
2511
+ }
2512
+ else {
2510
2513
core . error ( "Failed to setup requested swift version" ) ;
2511
2514
}
2512
2515
}
@@ -7700,6 +7703,7 @@ const semver = __importStar(__webpack_require__(876));
7700
7703
const core = __importStar ( __webpack_require__ ( 470 ) ) ;
7701
7704
const os_1 = __webpack_require__ ( 316 ) ;
7702
7705
const AVAILABLE_VERSIONS = [
7706
+ "5.3" ,
7703
7707
"5.2.4" ,
7704
7708
"5.2.2" ,
7705
7709
"5.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " setup-swift" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " Set up GitHub Actions workflow with Swift support" ,
5
5
"private" : true ,
6
6
"main" : " lib/main.js" ,
You can’t perform that action at this time.
0 commit comments