From d137aa97f984010b74d793f14c7e4852ff4e05a1 Mon Sep 17 00:00:00 2001 From: Darp Alakun Date: Mon, 6 Jan 2025 14:25:56 -0500 Subject: [PATCH] fix: correct typo in workflow name --- .github/workflows/release-post.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-post.yml b/.github/workflows/release-post.yml index 8e23afae7..7bd0f42ed 100644 --- a/.github/workflows/release-post.yml +++ b/.github/workflows/release-post.yml @@ -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 @@ -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