From 021dbc628a07c10df437c48ee1acffc6c983792c Mon Sep 17 00:00:00 2001 From: Sasha Date: Fri, 28 Jul 2023 13:03:45 +0200 Subject: [PATCH] release latest --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 208036b..be0b8a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,4 @@ jobs: - name: Authenticate with registry run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ./.npmrc - - run: npm publish --tag next --access public + - run: npm publish --tag latest --access public