mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Remove certificate file after import in Orbit release Action (#3416)
Otherwise, GoReleaser errors due to a dirty git tree.
This commit is contained in:
parent
3ff3d35f45
commit
46ec514ffc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/goreleaser-orbit.yaml
vendored
1
.github/workflows/goreleaser-orbit.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue