Skip to content

Commit 742fb3e

Browse files
authored
Update release.yml
1 parent 1ec4b90 commit 742fb3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build with Gradle and verifyInstrumentation
3333
run: |
3434
. ./newrelic-dependencies.sh
35-
./gradlew clean build install verifyInstrumentation
35+
./gradlew clean build install
3636
3737
- name: Identify Release Type
3838
id: define_release_type
@@ -54,8 +54,8 @@ jobs:
5454
id: set_release_version
5555
run: |
5656
major_version=1
57-
minor_version=0
58-
patch_revision=1
57+
minor_version=7
58+
patch_revision=0
5959
6060
# Retrieve the latest release tag
6161
latest_tag=$(git describe --abbrev=0 --tags 2>/dev/null) || true

0 commit comments

Comments
 (0)