diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b3dbbc..bcc3a19 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: run: make test - name: Build run: | - make linux arm macos alpine-linux + make linux arm macos - name: Release if: startsWith(github.ref, 'refs/tags/') # softprops/action-gh-release v0.1.12