Skip to content

Commit a4a586b

Browse files
committed
Fix yaml
1 parent 3d84d5b commit a4a586b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
wget https://github.com/protocolbuffers/protobuf/releases/download/v26.0/protoc-26.0-linux-x86_64.zip
3838
unzip protoc-26.0-linux-x86_64.zip -d $HOME/protoc
3939
40-
- name: Create output directory
41-
run: mkdir -p ./api
40+
- name: Create output directory
41+
run: mkdir -p ./api
4242

4343

4444
- name: Generate Go files from Protobuf

0 commit comments

Comments
 (0)