Skip to content

Commit ef1d996

Browse files
Making SAR version works as expected
1 parent 1fd4e7a commit ef1d996

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_v3_layer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ on:
5050
type: boolean
5151
required: false
5252
skip_lambda_layer:
53-
description: "Skip publishing Lambda Layers as it can't publish more than once. Useful for semi-failed releases"
53+
description: "Skip publishing Lambda Layers as it can publish duplicated versions of the same layer. Useful for semi-failed releases"
5454
type: boolean
5555
required: false
5656

@@ -78,7 +78,7 @@ on:
7878
type: string
7979
required: true
8080
skip_lambda_layer:
81-
description: "Skip publishing Lambda Layers as it can't publish more than once. Useful for semi-failed releases"
81+
description: "Skip publishing Lambda Layers as it can publish duplicated versions of the same layer. Useful for semi-failed releases"
8282
default: false
8383
type: boolean
8484
required: false

.github/workflows/release-v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ on:
4949
type: boolean
5050
required: false
5151
skip_lambda_layer:
52-
description: "Skip publishing Lambda Layers as it can't publish more than once. Useful for semi-failed releases"
52+
description: "Skip publishing Lambda Layers as it can publish duplicated versions of the same layer. Useful for semi-failed releases"
5353
default: false
5454
type: boolean
5555
required: false

0 commit comments

Comments
 (0)