Skip to content

Commit

Permalink
Use aws-beta- as tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
rdettai committed Jan 18, 2024
1 parent fad0fdb commit cecdc80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_lambda_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish AWS Lambda packages
on:
push:
tags:
- "lambda-beta-*"
- "aws-lambda-beta-*"

jobs:
build-lambdas:
Expand Down
2 changes: 1 addition & 1 deletion distribution/lambda/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SHELL := bash
.SHELLFLAGS := -eu -o pipefail -c

QW_LAMBDA_VERSION?=$(shell git tag --sort=committerdate | grep -E "lambda-beta-" | tail -1 | cut -b 8-)
QW_LAMBDA_VERSION?=$(shell git tag --sort=committerdate | grep -E "aws-lambda-beta-" | tail -1 | cut -b 12-)
$(if $(QW_LAMBDA_VERSION),,$(error "Version tag not found, try 'git fetch --tags' or specify QW_LAMBDA_VERSION=beta-<version>"))
PACKAGE_BASE_URL=https://github.com/quickwit-oss/quickwit/releases/download/aws-lambda-$(QW_LAMBDA_VERSION)/
SEARCHER_PACKAGE_FILE=quickwit-lambda-searcher-$(QW_LAMBDA_VERSION)-x86_64.zip
Expand Down

0 comments on commit cecdc80

Please sign in to comment.