Skip to content

Commit

Permalink
Update .github/workflows/typespec.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
munishchouhan and pditommaso authored Jan 21, 2025
1 parent c5c7d85 commit 47a54c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/typespec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
id : login-ecr
uses : aws-actions/amazon-ecr-login@v1

- name: Release docs
if: "contains(github.event.head_commit.message, '[release docs]')"
- name: Release OpenAPI docs
if: "contains(github.event.head_commit.message, '[release]')"
run: |
bash typespec/tag-and-push-docs.sh

0 comments on commit 47a54c7

Please sign in to comment.