Skip to content

Commit 49b5499

Browse files
committed
chore: get git tag from action repository
Signed-off-by: Demolus13 <[email protected]>
1 parent 1b74e0b commit 49b5499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/actions/setup_macaron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir -p "$MACARON_DIR"
99

1010
ref="$GITHUB_REF"
1111
MACARON_IMAGE_TAG=""
12-
cd "$GITHUB_WORKSPACE"
12+
cd "$GITHUB_ACTION_PATH"
1313
if [[ "$ref" == refs/tags/* ]]; then
1414
MACARON_IMAGE_TAG="${ref#refs/tags/}"
1515
echo "Ref is a tag: $MACARON_IMAGE_TAG"

0 commit comments

Comments
 (0)