Skip to content

Commit eea4375

Browse files
author
Alex Melnyk
committed
fix indent, yaml ...
1 parent 1f43ce4 commit eea4375

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/publish_layer.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ env:
1111
AWS_DEFAULT_OUTPUT: json
1212

1313
jobs:
14-
build:
14+
publish:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- name: Set release notes tag
18-
run: |
19-
export RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
20-
echo ::set-env name=RELEASE_TAG_VERSION::${RELEASE_TAG_VERSION:1}
21-
- name: write version to ssm
22-
run: |
23-
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION
24-
- name: trigger lamber layer publish pipeline
25-
run: |
26-
aws codepipeline start-pipeline-execution --name ${{ secret.CODEPIPELINE_NAME }}
17+
- name: Set release notes tag
18+
run: |
19+
export RELEASE_TAG_VERSION=${{ github.event.release.tag_name }}
20+
echo ::set-env name=RELEASE_TAG_VERSION::${RELEASE_TAG_VERSION:1}
21+
- name: write version to ssm
22+
run: |
23+
aws ssm put-parameter --name "powertools-python-release-version" --value $RELEASE_TAG_VERSION
24+
- name: trigger lamber layer publish pipeline
25+
run: |
26+
aws codepipeline start-pipeline-execution --name ${{ secret.CODEPIPELINE_NAME }}

0 commit comments

Comments
 (0)