Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Commit

Permalink
fix: install protoc before cocogitto in release workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Basty authored Mar 28, 2023
1 parent fc1adba commit 8a65783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
fetch-depth: 0

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: "Cocogitto release"
id: release
uses: cocogitto/cocogitto-action@v3
Expand Down Expand Up @@ -55,9 +58,6 @@ jobs:
- name: Cache cargo registry
uses: Swatinem/rust-cache@v2

- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: "Generate Changelog"
run: cog changelog --at ${{ steps.release.outputs.version }} -t full_hash > GITHUB_CHANGELOG.md

Expand Down

0 comments on commit 8a65783

Please sign in to comment.