From ed54dc6fce0766f28f01fb2b76d9096dac2ad531 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Fri, 29 Apr 2022 13:23:08 +0200 Subject: [PATCH] Fix use of github token --- build/release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/release.sh b/build/release.sh index 52011869..5700679d 100755 --- a/build/release.sh +++ b/build/release.sh @@ -36,7 +36,7 @@ mvn versions:set -DnewVersion=$VERSION # udpate changelog docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator \ - --user apache --project maven-mvnd --token GITHUB_TOKEN + --user apache --project maven-mvnd --token $GITHUB_TOKEN # rebuild native libraries pushd native