Skip to content

Commit c88b9c2

Browse files
author
eversC
committed
Add s3 publish job to workflow
1 parent a6f4c62 commit c88b9c2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.circleci/config.yml

+8
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,14 @@ workflows:
185185
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
186186
branches:
187187
ignore: /.*/
188+
- publish_tf_lambda_zip:
189+
requires:
190+
- goreleaser
191+
filters:
192+
tags:
193+
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
194+
branches:
195+
ignore: /.*/
188196
pr_pipeline:
189197
jobs:
190198
- go_fmt:

0 commit comments

Comments
 (0)