From 6dd8dcbdfdeed215b3a5260e34a17304c1aab9c2 Mon Sep 17 00:00:00 2001 From: Ryan Albert <42415738+ryan-timothy-albert@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:40:05 -0700 Subject: [PATCH] Update sdk_generation.yaml --- .github/workflows/sdk_generation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index c850080..b190772 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -42,7 +42,7 @@ jobs: speakeasy_version: latest registry_tags: |- ryan - my-first-source: release_candidate_${{ github.sha }} + docs-source: release_candidate_${{ github.sha }} ${{ needs.compute_tags.outputs.build_tag }} secrets: github_access_token: ${{ secrets.GITHUB_TOKEN }}