Skip to content

Commit

Permalink
fix, nit: update the name of the GH workflow step to match (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo authored Feb 29, 2024
1 parent cf8ac55 commit 096842f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 096842f

Please sign in to comment.