From 096842f3cef7db1b8e4642d7bde54b3bee0eb40b Mon Sep 17 00:00:00 2001 From: Armando Belardo <11140328+armandobelardo@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:24:01 -0500 Subject: [PATCH] fix, nit: update the name of the GH workflow step to match (#3085) --- .github/workflows/publish-generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-generator.yml b/.github/workflows/publish-generator.yml index 6582947a59e..c7811a40702 100644 --- a/.github/workflows/publish-generator.yml +++ b/.github/workflows/publish-generator.yml @@ -646,7 +646,7 @@ jobs: username: fernapi password: ${{ secrets.FERN_API_DOCKERHUB_PASSWORD }} - - name: Publish fernapi/fern-typescript-node-sdk docker + - name: Publish fernapi/fern-typescript-express-sdk docker run: | yarn workspace @fern-typescript/express-generator-cli dockerTagVersion "$VERSION" docker push fernapi/fern-typescript-express:"$VERSION"