diff --git a/.github/workflows/build_binary.yaml b/.github/workflows/build_binary.yaml index 5990cdd8..3b065d3c 100644 --- a/.github/workflows/build_binary.yaml +++ b/.github/workflows/build_binary.yaml @@ -35,7 +35,8 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser - version: latest + # version: latest + version: '~> v2' args: release env: GITHUB_TOKEN: ${{ secrets.GHT }} @@ -70,4 +71,4 @@ jobs: git commit -m "chore: update ECS_VERSION to $VERSION in goecs.sh" git push origin $BRANCH env: - GITHUB_TOKEN: ${{ secrets.GHT }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GHT }}