Skip to content

Commit 6184ee9

Browse files
committed
Fix release.
1 parent 2e792c7 commit 6184ee9

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
@@ -10,7 +10,7 @@ jobs:
1010
uses: ConductorOne/github-workflows/.github/workflows/release.yaml@v2
1111
with:
1212
tag: ${{ github.ref_name }}
13-
lambda: 'false'
13+
lambda: false
1414
secrets:
1515
RELENG_GITHUB_TOKEN: ${{ secrets.RELENG_GITHUB_TOKEN }}
1616
APPLE_SIGNING_KEY_P12: ${{ secrets.APPLE_SIGNING_KEY_P12 }}

0 commit comments

Comments
 (0)