Skip to content

Commit b91777d

Browse files
committed
Fixing release
1 parent e129b81 commit b91777d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
docker login ghcr.io/oracle/ --username ${{ secrets.IMAGE_REGISTRY_USER }} --password ${{ secrets.IMAGE_REGISTRY_TOKEN }}
6262
git config --local user.name "Github Action"
6363
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
64+
export NO_DAEMON=false
6465
make clean
6566
make all
6667
if echo $GITHUB_EVENT_NAME -eq "release"; then PRE_RELEASE=false; else PRE_RELEASE=true; fi

0 commit comments

Comments
 (0)