Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Oct 17, 2024
1 parent fef7d0d commit bbcdaa9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,8 @@ jobs:
run: npm run build
working-directory: .

- name: LIST Publish package to NPM
run: pwd && ls -la
working-directory: .

- name: Publish package to NPM
run: npm publish --access public
working-directory: ./eslint
run: pwd && ls -la && npm publish --access public
working-directory: ../eslint
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit bbcdaa9

Please sign in to comment.