Skip to content

Commit

Permalink
fix: correct typo in workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
prdnk committed Jan 6, 2025
1 parent b319fc5 commit d137aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
buf_token: ${{ secrets.BUF_TOKEN }}

container-push:
name: Publish Docker Images
name: Publish Dockers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:

docs-push:
runs-on: ubuntu-latest
name: Publish Tech Docs
name: Publish Docs
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
Expand Down

0 comments on commit d137aa9

Please sign in to comment.