From aa740adf6acedddbfda9ef0886f0d89dda3ffa21 Mon Sep 17 00:00:00 2001 From: Ryan Albert Date: Tue, 2 Jul 2024 15:15:39 -0700 Subject: [PATCH] feat: fix publishing single lang monorepo --- .github/workflows/sdk-publish.yaml | 2 +- .github/workflows/workflow-executor.yaml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sdk-publish.yaml b/.github/workflows/sdk-publish.yaml index 43db94cb..f20d7c8b 100644 --- a/.github/workflows/sdk-publish.yaml +++ b/.github/workflows/sdk-publish.yaml @@ -93,7 +93,7 @@ jobs: - name: Tune GitHub-hosted runner network uses: smorimoto/tune-github-hosted-runner-network@v1 - id: release - uses: speakeasy-api/sdk-generation-action@v15.5.0 + uses: speakeasy-api/sdk-generation-action@v15.6.0 with: github_access_token: ${{ secrets.github_access_token }} action: "release" diff --git a/.github/workflows/workflow-executor.yaml b/.github/workflows/workflow-executor.yaml index c57c0ebc..cd612d42 100644 --- a/.github/workflows/workflow-executor.yaml +++ b/.github/workflows/workflow-executor.yaml @@ -138,7 +138,7 @@ jobs: uses: smorimoto/tune-github-hosted-runner-network@v1 - id: run-workflow name: Run Generation Workflow - uses: speakeasy-api/sdk-generation-action@v15.5.0 + uses: speakeasy-api/sdk-generation-action@v15.6.0 with: speakeasy_version: ${{ inputs.speakeasy_version }} github_access_token: ${{ secrets.github_access_token }} diff --git a/action.yml b/action.yml index 961aa14d..5048e859 100644 --- a/action.yml +++ b/action.yml @@ -162,7 +162,7 @@ outputs: description: "The directory the SDK target was generated to" runs: using: "docker" - image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15.5.0" + image: "docker://ghcr.io/speakeasy-api/sdk-generation-action:v15.6.0" env: SPEAKEASY_API_KEY: ${{ inputs.speakeasy_api_key }} SPEAKEASY_SERVER_URL: ${{ inputs.speakeasy_server_url }}