Skip to content

Commit cce7b87

Browse files
Bruce Irschickbirschick-bq
andauthored
[AD-1058] Update version to 1.4.4 (#476)
* [AD-1058] Update version. * Commit Code Coverage Badge * [AD-1058] Resolve issue with retrieving the correct repository and branch in GitHub gradle workflow. * [AD-1058] Attempt fix of code coverage commit. Co-authored-by: birschick-bq <birschick-bq@users.noreply.github.com>
1 parent a7a3fea commit cce7b87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ jobs:
5353
runs-on: ubuntu-latest
5454

5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
with:
58-
ref: ${{ github.event.pull_request.head.ref }}
59-
fetch-depth: 0
58+
ref: ''
6059
- name: Set up JDK 1.8
6160
uses: actions/setup-java@v1
6261
with:
@@ -152,8 +151,9 @@ jobs:
152151
commit_options: '--allow-empty --no-verify'
153152
commit_message: Commit Code Coverage Badge
154153
file_pattern: '*.svg'
155-
skip_fetch: true
156-
skip_dirty_check: true
154+
skip_fetch: false
155+
skip_checkout: false
156+
skip_dirty_check: false
157157
- name: Upload JaCoCo coverage report
158158
uses: actions/upload-artifact@v2
159159
with:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.warning.mode=all
22
MAJOR_VERSION=1
33
MINOR_VERSION=4
4-
PATCH_VERSION=3
4+
PATCH_VERSION=4
55
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
66
# Comment out if not creating a beta version
77
#BETA_VERSION=1

0 commit comments

Comments
 (0)