Skip to content

Commit

Permalink
remove unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Nov 7, 2024
1 parent f63bd97 commit ea841a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build and Publish
run: |
cd packages/${{ github.event.inputs.packageName }}
yarn npm publish --new-version ${{ github.event.inputs.version }} --access public --non-interactive --no-git-tag-version
yarn npm publish --tag ${{ github.event.inputs.version }} --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit ea841a7

Please sign in to comment.