Skip to content

Commit feb11e3

Browse files
committed
Rename patch step as requested
1 parent 6abf85f commit feb11e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
wget https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
3434
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
3535
36-
- name: Patch
36+
- name: Apply patch
3737
run: ./patch.sh
3838

3939
- name: Build

0 commit comments

Comments
 (0)