Skip to content

Commit 1a32556

Browse files
fix
1 parent 1f22f36 commit 1a32556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ YMLTEMPLATE=$(cat "src/latest.yml") && \
2828
chmod +x "src/latest.py" && \
2929
LATEST=$(python3 "src/latest.py") && \
3030
YMLCONTENT=$(echo "$YMLTEMPLATE" | sed "s/@latest/@$LATEST/") && \
31-
YMLFIX=$(echo "$YMLCONTENT" | sed "s/@l/@latest") && \
31+
YMLFIX=$(echo "$YMLCONTENT" | sed "s/@l/@latest/") && \
3232
echo "$YMLFIX" > "latest/action.yml"

0 commit comments

Comments
 (0)