From 4381e83db273dc40812090cac1622b3abb8d215f Mon Sep 17 00:00:00 2001 From: Ale Vilar Date: Thu, 21 Sep 2023 11:04:58 -0300 Subject: [PATCH] sin version patch --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eb5fe5..b3a0ee6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,6 @@ jobs: node-version: '18.x' registry-url: 'https://registry.npmjs.org' - run: npm ci - - run: npm version patch - run: npm run build - run: npm publish --access public env: