Skip to content

Commit b7caa00

Browse files
committed
git version is set correclt in base container image (git 2.20+).
1 parent 6909490 commit b7caa00

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,8 @@ jobs:
1515
env:
1616
PROJECT_PATH: /go/src/github.com/packagrio/bumpr
1717
steps:
18-
- name: Obtain Latest Git ONLY within container for checkout
19-
run: |
20-
apt-get update
21-
apt-get install -y git
2218
- name: Checkout
2319
uses: actions/checkout@v2
24-
with:
25-
fetch-depth: 0
2620
- name: Bump version
2721
id: bump_version
2822
uses: packagrio/action-bumpr-go@master
@@ -63,8 +57,6 @@ jobs:
6357
env:
6458
# This is necessary in order to push a commit to the repo
6559
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
66-
# with:
67-
# cwd: ${{ env.PROJECT_PATH }}
6860
- name: Publish Release
6961
id: publish
7062
uses: packagrio/action-publishr-go@master
@@ -73,7 +65,6 @@ jobs:
7365
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
7466
with:
7567
upload_assets: 'packagr-bumpr-linux-amd64'
76-
# cwd: ${{ env.PROJECT_PATH }}
7768

7869
# - name: Create Release
7970
# id: create_release

0 commit comments

Comments
 (0)