Skip to content

Commit 65e6eef

Browse files
committed
remove github variable exposing
Signed-off-by: Luiz Oliveira <ziuloliveira@gmail.com>
1 parent 589b720 commit 65e6eef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/version.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ jobs:
4848
echo "MajorMinorPatch=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
4949
echo "FullSemVer=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
5050
echo "# Build version: ${GITHUB_REF#refs/*/}" >> $GITHUB_STEP_SUMMARY
51-
fi
52-
echo '${{ toJson(github) }}' | jq .
51+
fi

0 commit comments

Comments
 (0)