From 46ec514ffc96b41b810d4f91f392441e0347bb90 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Sun, 19 Dec 2021 17:43:54 -0800 Subject: [PATCH] Remove certificate file after import in Orbit release Action (#3416) Otherwise, GoReleaser errors due to a dirty git tree. --- .github/workflows/goreleaser-orbit.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/goreleaser-orbit.yaml b/.github/workflows/goreleaser-orbit.yaml index 7c5e63425e..3bea46b9a5 100644 --- a/.github/workflows/goreleaser-orbit.yaml +++ b/.github/workflows/goreleaser-orbit.yaml @@ -35,6 +35,7 @@ jobs: security import certificate.p12 -k build.keychain -P $APPLE_APPLICATION_CERTIFICATE_PASSWORD -T /usr/bin/codesign security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $KEYCHAIN_PASSWORD build.keychain security find-identity -vv + rm certificate.p12 - name: Set up Go uses: actions/setup-go@v2