From 593bd58f1be863e06cb7e5ae6872b10ab92bfbf7 Mon Sep 17 00:00:00 2001 From: harshithad0703 Date: Fri, 5 Apr 2024 19:11:42 +0530 Subject: [PATCH] fix: changed tag to latest in npm workflow --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 6e407e03..900f449c 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,6 +29,6 @@ jobs: registry-url: 'https://npm.pkg.github.com' scope: '@contentstack' - run: npm ci - - run: npm publish --tag beta + - run: npm publish --tag latest env: NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}