Skip to content

Commit

Permalink
Update github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jan 16, 2024
1 parent 1a7dded commit 02eab07
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish_lambda_packages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Build and publish AWS Lambda packages

on:
# push:
# tags:
# - "v*"
push:
tags:
- "v*"
- "lambda-v*"
workflow_dispatch:

env:
Expand Down Expand Up @@ -55,5 +56,5 @@ jobs:
with:
file: ${{ env.SEARCHER_PACKAGE_LOCATION }};${{ env.INDEXER_PACKAGE_LOCATION }}
overwrite: true
draft: ${{ env.QW_LAMBDA_VERSION != env.PRERELEASE_VERSION_NAME }}
draft: true
tag_name: aws-lambda-${{ env.QW_LAMBDA_VERSION }}

0 comments on commit 02eab07

Please sign in to comment.