From 4f306fb4e9644cddc72f7964a77b5c0deeaaafce Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Mon, 22 Apr 2024 15:11:35 -0700 Subject: [PATCH] add actions/checkout --- .github/workflows/manual-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 531ca239..8c6cfb45 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -21,6 +21,7 @@ jobs: id-token: write contents: write steps: + - uses: actions/checkout@v4 - uses: ./.github/actions/full-release if: ${{ inputs.pkg_name == 'LaunchDarkly.ServerSdk' }} with: