From c285491c3406e7a767960f0fccc21e4610d54c86 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 5 Nov 2020 07:23:52 -0800 Subject: [PATCH] update git. --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d2e885..3610dfd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,6 +21,11 @@ jobs: PROJECT_PATH: /go/src/github.com/analogj/scrutiny CGO_ENABLED: 1 steps: + - name: Git + run: | + apt-get update && apt-get install -y software-properties-common + add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install -y git + git --version - name: Checkout uses: actions/checkout@v2 - name: Bump version