Skip to content

Commit 25af067

Browse files
Fix
1 parent e6c7ec8 commit 25af067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ 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-
echo "$YMLCONTENT" > "latest/action.yml"
31+
echo "$(echo "$YMLCONTENT" | sed "s/@l/@latest")" > "latest/action.yml"

src/latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
name: '_just@latest'
23+
name: '_just@l'
2424
description: 'Just an Ultimate Site Tool: Use latest version'
2525
author: 'JustStudio.'
2626
branding:

0 commit comments

Comments
 (0)