Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thusarakap committed Mar 25, 2024
1 parent 5dc44b9 commit c9fcaea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: '14'

- name: Clear npm cache
run: npm cache clean --force

- name: Authenticate with GitHub
run: echo "${{ secrets.GH_TOKEN }}" | npm login --registry=https://npm.pkg.github.com --scope=@thusarakap --stdin

Expand Down

0 comments on commit c9fcaea

Please sign in to comment.