From 44c2773f0f10447c2bec972829836601dfabecf6 Mon Sep 17 00:00:00 2001 From: Mikhail Kirichenko Date: Fri, 20 Jan 2023 15:45:28 +0300 Subject: [PATCH] fix: add latest tag for public releases --- .github/workflows/release-package.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-package.yaml b/.github/workflows/release-package.yaml index 33b2d1424..0f256fb62 100644 --- a/.github/workflows/release-package.yaml +++ b/.github/workflows/release-package.yaml @@ -88,3 +88,4 @@ jobs: uses: ./.github/actions/publish-projects with: token: ${{secrets.NPM_DEPLOY_TOKEN}} + tag: latest