Skip to content

Commit

Permalink
ajuste action
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent 00cc5a6 commit 10626d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 10626d1

Please sign in to comment.