Skip to content

Commit 87be5e5

Browse files
built binaries with all the new things
1 parent 5e95fe2 commit 87be5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ async function run() {
340340
awsvpcConfiguration: {
341341
subnets: subnets.split(','),
342342
securityGroups: securityGroups.split(','),
343-
assignPublicIp: assignPublicIp === 'true',
343+
assignPublicIp,
344344
},
345345
};
346346
}

0 commit comments

Comments
 (0)