From 77325c55a3ef0f0977472c875318871aa061f40c Mon Sep 17 00:00:00 2001 From: Mark Lundin Date: Thu, 19 Sep 2024 10:40:30 +0100 Subject: [PATCH] Added LTS Tag to npm publish workflow --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d22174ea05d..517b588bb7f 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -29,6 +29,6 @@ jobs: run: npm run publint - name: Publish to npm - run: npm publish + run: npm publish --tag lts env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file