Skip to content

Commit

Permalink
fix: corrigir caminho do diretório para publicação no workflow de rel…
Browse files Browse the repository at this point in the history
…ease
  • Loading branch information
Raul Melo committed Nov 7, 2024
1 parent 587df60 commit 49dd81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org
scope: '@wizco'
scope: '@wizco'p
always-auth: true
- run: |
npm install
- run: |
npm run wiztools:publish
- run: |
cd wizpro-tools
cd dist/wizpro-tools
npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 49dd81f

Please sign in to comment.