diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7b0d383..7a5a563a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,6 @@ jobs: name: Check out code into the Go module directory - name: Build - run: make dist run: make dist VERSION=${{ github.ref }} - name: Create Release