From 87c7affe6f90075fff25d0b2d07a7c192c071987 Mon Sep 17 00:00:00 2001 From: Frank Zhu Date: Tue, 13 Feb 2024 15:17:07 -0600 Subject: [PATCH] try older zig version --- .github/actions/goreleaser-build-sign-publish/action.yml | 2 +- .github/workflows/goreleaser-build-publish-develop.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/goreleaser-build-sign-publish/action.yml b/.github/actions/goreleaser-build-sign-publish/action.yml index b26af74ef5e..b8760e34dc1 100644 --- a/.github/actions/goreleaser-build-sign-publish/action.yml +++ b/.github/actions/goreleaser-build-sign-publish/action.yml @@ -20,7 +20,7 @@ inputs: description: The macos sdk directory default: MacOSX12.3.sdk required: false - # publising inputs + # publishing inputs enable-docker-publish: description: Enable publishing of docker images / manifests default: "true" diff --git a/.github/workflows/goreleaser-build-publish-develop.yml b/.github/workflows/goreleaser-build-publish-develop.yml index 72c07a0eeb3..fd9d8b0ac40 100644 --- a/.github/workflows/goreleaser-build-publish-develop.yml +++ b/.github/workflows/goreleaser-build-publish-develop.yml @@ -35,7 +35,7 @@ jobs: goreleaser-exec: ./tools/bin/goreleaser_wrapper goreleaser-config: .goreleaser.develop.yaml goreleaser-key: ${{ secrets.GORELEASER_KEY }} - zig-version: 0.10.1 + zig-version: 0.9.1 - name: Collect Metrics if: always() id: collect-gha-metrics