Skip to content

Commit

Permalink
Merge pull request #6 from lidizheng/release-binaries
Browse files Browse the repository at this point in the history
Fix typo in the GitHub Action
  • Loading branch information
lidizheng authored May 12, 2021
2 parents 1b54ca5 + 55ce53c commit a7be815
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release:
name: Release cmd/protoc-gen-go-grpc
name: Release grpcdebug
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -25,7 +25,6 @@ jobs:

- name: Download dependencies
run: |
cd cmd/protoc-gen-go-grpc
go mod download
- name: Prepare build directory
run: |
Expand Down

0 comments on commit a7be815

Please sign in to comment.