Skip to content

Commit

Permalink
Merge pull request #1623 from ldebenedettiNavent/development
Browse files Browse the repository at this point in the history
Fix: arreglar publicación automática npm
  • Loading branch information
bsabatino authored Nov 24, 2023
2 parents 1a59700 + 5bf5fff commit 4726d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
lerna publish --no-private --yes
lerna publish from-git --no-verify-access --yes
merge-me:
name: Merge to master
Expand Down

0 comments on commit 4726d34

Please sign in to comment.