From cc04f0e9aa371d5fe7087b3c5d408c16495703ea Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 17 Feb 2025 10:20:43 +1300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20Use=20go-semantic-release=20to=20dow?= =?UTF-8?q?nload=20provider=20=20=F0=9F=90=9B=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3200ab..f456905 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,17 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: '1.22' - - name: Install gitea provider for Go Semantic Release - run: | - mkdir -p .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/ && \ - wget https://github.com/cybercinch/go-semantic-release-provider-gitea/releases/download/v${GITEA_PROVIDER_VER}/go-semantic-release-provider-gitea_v${GITEA_PROVIDER_VER}_linux_amd64 \ - -O .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea && \ - chmod a+x .semrel/$(go env GOOS)_$(go env GOARCH)/provider-gitea/${GITEA_PROVIDER_VER}/gitea - env: - GITEA_PROVIDER_VER: 1.0.11 - name: Set up QEMU uses: docker/setup-qemu-action@v2