We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeab219 commit aed6897Copy full SHA for aed6897
lib/main.js
@@ -36,7 +36,7 @@ function run() {
36
break;
37
}
38
const current = yield get_version_1.getVersion();
39
- if (current !== requestedVersion) {
+ if (current !== version) {
40
core.error('Failed to setup requested swift version');
41
42
});
src/main.ts
@@ -20,7 +20,7 @@ async function run() {
20
21
22
const current = await getVersion()
23
24
core.error('Failed to setup requested swift version')
25
26
0 commit comments