Skip to content

Commit c9ba320

Browse files
authored
Ensure we checkout before build/releasing our lamdba binary (#842)
1 parent 20b0073 commit c9ba320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
release-lambda:
3737
runs-on: ubuntu-latest
3838
steps:
39+
- uses: actions/checkout@v4
3940
- name: Amazon Linux 2023 build
4041
run: |
4142
docker build . -t publish-links-index:latest -f src/infra/docs-lambda-index-publisher/lambda.DockerFile

0 commit comments

Comments
 (0)