Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent 9ec002e commit 4c581dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: Debug .npmrc
run: cat ~/.npmrc

- name: Install Dependencies
run: npm install --no-save

- name: Release Package
run: npx release-it --ci
run: npx release-it --ci --npm.authToken=${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 4c581dc

Please sign in to comment.