Skip to content

Commit 29f4e80

Browse files
committed
add IS_PR_BUILD to env for Release.yaml
Signed-off-by: Travis Cotton <trcotton@lanl.gov>
1 parent 9b9d49f commit 29f4e80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
echo "GO_VERSION=$(go version | awk '{print $3}')" >> $GITHUB_ENV
5050
echo "BUILD_USER=$(whoami)" >> $GITHUB_ENV
5151
echo "CGO_ENABLED=1" >> $GITHUB_ENV
52+
echo "IS_PR_BUILD=false" >> $GITHUB_ENV
5253
- name: Docker Login
5354
uses: docker/login-action@v4.1.0
5455
with:

0 commit comments

Comments
 (0)