Skip to content

Commit e6e5c12

Browse files
author
Alex Melnyk
committed
add relase tag simulation
1 parent 6ddd736 commit e6e5c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish_layer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
echo ::set-env name=RELEASE_TAG_VERSION::${RELEASE_TAG_VERSION:1}
2121
- name: write version to ssm
2222
run: |
23+
RELEASE_TAG_VERSION=1.3.0 # simulate release here, will be removed later
2324
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION
2425
- name: trigger lamber layer publish pipeline
2526
run: |

0 commit comments

Comments
 (0)