From c247abacbe0e48f6363e50d91054398678ad5973 Mon Sep 17 00:00:00 2001 From: Daniel D'Avella Date: Wed, 1 Nov 2023 09:15:11 -0400 Subject: [PATCH] Use tag-based release to publish to AWS --- .github/workflows/image_to_aws.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image_to_aws.yml b/.github/workflows/image_to_aws.yml index d20236d8..4cac9fd6 100644 --- a/.github/workflows/image_to_aws.yml +++ b/.github/workflows/image_to_aws.yml @@ -4,7 +4,9 @@ env: AWS_REGION: 'us-east-1' on: - workflow_dispatch: + push: + tags: + - "[0-9]+.[0-9]+.[0-9]+" jobs: push: