We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58887c6 commit 13121d2Copy full SHA for 13121d2
.github/actions/post-release/entrypoint.sh
@@ -5,10 +5,6 @@ if [ -z "$SNAPSHOT_SUFFIX" ]; then
5
SNAPSHOT_SUFFIX="-SNAPSHOT"
6
fi
7
8
-if [ -n "$MICRONAUT_BUILD_EMAIL" ]; then
9
- GIT_USER_EMAIL=$MICRONAUT_BUILD_EMAIL
10
-fi
11
-
12
if [ -z "$GIT_USER_EMAIL" ]; then
13
GIT_USER_EMAIL="${GITHUB_ACTOR}@users.noreply.github.com"
14
.github/actions/pre-release/entrypoint.sh
@@ -5,10 +5,6 @@ echo -n "Determining release version: "
release_version=${GITHUB_REF:11}
echo $release_version
if [ -z "$GIT_USER_NAME" ]; then
GIT_USER_NAME="grails-build"
0 commit comments