From 10626d15c0499ad45ffdeda57f93c1918227fade Mon Sep 17 00:00:00 2001 From: Samuel Vaz Date: Fri, 26 Jan 2024 17:44:42 -0300 Subject: [PATCH] ajuste action --- .github/workflows/principal-patch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/principal-patch.yml b/.github/workflows/principal-patch.yml index c2cc68f1..953a4561 100644 --- a/.github/workflows/principal-patch.yml +++ b/.github/workflows/principal-patch.yml @@ -20,9 +20,9 @@ jobs: node-version: '14' - name: Install Dependencies - run: npm install + run: npm install --no-save - name: Release Package - run: release-it --increment patch + run: npx release-it --ci env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}