diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4279e00..04af645 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,6 +44,8 @@ jobs: /production/common/releasing/nuget/api_key = NUGET_API_KEY' s3_path_pairs: 'launchdarkly-releaser/dotnet/LaunchDarkly.snk = LaunchDarkly.snk' + - uses: actions/checkout@v4 + - name: Build Release uses: ./.github/actions/build-release