Skip to content

Commit

Permalink
update git.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent 676f6c9 commit f8fc09a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8fc09a

Please sign in to comment.