From 7b30d8ed1570532ddb8c708b7eb8a80aaa3ec066 Mon Sep 17 00:00:00 2001 From: Eric Taylor Date: Wed, 10 Jun 2026 12:44:09 -0600 Subject: [PATCH] ci: use latest tag Needed because someone published a `99.99.99` version at some point in the history of this package. Signed-off-by: Eric Taylor --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9de720065..f32655407 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,4 +22,4 @@ jobs: package-manager-cache: false # never use caching in release builds - run: yarn install --frozen-lockfile - run: yarn build:prod - - run: npm publish # Or: npm stage publish + - run: npm publish --tag=latest # Or: npm stage publish