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 c57a8d5 commit 9e3bff6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
uses: actions/checkout@v4

- name: Setup NodeJS
uses: actions/setup-node@main
uses: actions/setup-node@v4
with:
node-version: 'current'
registry-url: 'https://registry.npmjs.org'
Expand All @@ -34,7 +34,6 @@ jobs:
run: npm run build

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

0 comments on commit 9e3bff6

Please sign in to comment.