Skip to content

Commit

Permalink
Fix release job (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotmag769 authored May 20, 2024
1 parent d882461 commit 2334570
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
echo "CARGO=cross" >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: 'stable'
- uses: arduino/setup-protoc@v3

- name: Configure cross and build
Expand Down Expand Up @@ -127,7 +129,7 @@ jobs:
create-release:
name: Create release
runs-on: ubuntu-latest
needs: [build-binaries, get-version]
needs: [ build-binaries, get-version ]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2334570

Please sign in to comment.