mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: correct typo in workflow name
This commit is contained in:
parent
b319fc5378
commit
d137aa97f9
4
.github/workflows/release-post.yml
vendored
4
.github/workflows/release-post.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
buf_token: ${{ secrets.BUF_TOKEN }}
|
buf_token: ${{ secrets.BUF_TOKEN }}
|
||||||
|
|
||||||
container-push:
|
container-push:
|
||||||
name: Publish Docker Images
|
name: Publish Dockers
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
docs-push:
|
docs-push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Publish Tech Docs
|
name: Publish Docs
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Configure Git Credentials
|
- name: Configure Git Credentials
|
||||||
|
Loading…
x
Reference in New Issue
Block a user