From f8fc09a5344630f5013fd59d6bb55764ba9dc43e Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Fri, 18 Jun 2021 16:06:59 -0700 Subject: [PATCH] update git. --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a54980..a071145 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,6 +15,10 @@ jobs: env: PROJECT_PATH: /go/src/github.com/packagrio/bumpr steps: + - name: Obtain Latest Git ONLY within container for checkout + run: | + apt-get update + apt-get install -y git - name: Checkout uses: actions/checkout@v2 with: