Skip to content

Commit dac548c

Browse files
author
Alex Melnyk
committed
add overwrite flag for ssm
1 parent e6e5c12 commit dac548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_layer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: write version to ssm
2222
run: |
2323
RELEASE_TAG_VERSION=1.3.0 # simulate release here, will be removed later
24-
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION
24+
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION --overwrite
2525
- name: trigger lamber layer publish pipeline
2626
run: |
2727
aws codepipeline start-pipeline-execution --name ${{ secrets.CODEPIPELINE_NAME }}

0 commit comments

Comments
 (0)