Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr authored Sep 22, 2023
1 parent bb471f8 commit 8633d08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release (Manual Run) v1.3
name: Build and Release (Manual Run ) v1.3

on:
workflow_dispatch: # This event allows manual triggering
Expand Down Expand Up @@ -29,10 +29,10 @@ jobs:
mkdir /tmp/to
echo "NEW_RELIC_EXTENSIONS_DIR=${HOME}/release" >> $GITHUB_ENV
- name: Build with Gradle and verifyInstrumentation
- name: Build with Gradle and No verifyInstrumentation as large heap size needed
run: |
. ./newrelic-dependencies.sh
./gradlew clean build install verifyInstrumentation
./gradlew clean build install
- name: Identify Release Type
id: define_release_type
Expand Down

0 comments on commit 8633d08

Please sign in to comment.