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 bbcdaa9 commit db1ee12
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@ jobs:

- name: Install NPM dependencies
run: npm install
working-directory: .

- name: Bump package version
run: npx @helperkits/bumper bump
working-directory: .

- name: Build package
run: npm run build
working-directory: .

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

0 comments on commit db1ee12

Please sign in to comment.