Skip to content

Commit acacda1

Browse files
committed
Add latest-YYYY-lts tags
1 parent f2a9560 commit acacda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
echo "tag=${GITHUB_REF:10}" >>$GITHUB_OUTPUT
1818
if [ ${{ endsWith(github.ref, '-lts') }} = true ]; then
19-
echo "tag_latest=latest-lts" >>$GITHUB_OUTPUT
19+
echo "tag_latest=latest-lts,latest-${GITHUB_REF:11:4}-lts" >>$GITHUB_OUTPUT
2020
else
2121
echo "tag_latest=latest" >>$GITHUB_OUTPUT
2222
fi

0 commit comments

Comments
 (0)