Skip to content

Commit

Permalink
fix: release workflow (#3)
Browse files Browse the repository at this point in the history
removes unused build step

Signed-off-by: Matthias Riegler <[email protected]>
  • Loading branch information
xvzf authored Jun 6, 2024
1 parent aba21e5 commit 468f5f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ jobs:
- name: Install Cosign
uses: sigstore/cosign-installer@v3

# Build fanunit firmware
- name: Build FanUnit Firmware
run: make build-fanunit

# Run goreleaser
- name: Run Goreleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 468f5f5

Please sign in to comment.