Skip to content

Commit e77e541

Browse files
committed
Enable lambda support in release workflow
1 parent 8cc99e2 commit e77e541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: ConductorOne/github-workflows/.github/workflows/release.yaml@v4
1212
with:
1313
tag: ${{ github.ref_name }}
14-
lambda: false
14+
lambda: true
1515
secrets:
1616
RELENG_GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }}
1717
APPLE_SIGNING_KEY_P12: ${{ secrets.APPLE_SIGNING_KEY_P12 }}

0 commit comments

Comments
 (0)