Skip to content

Commit

Permalink
add path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiHaoLu committed Sep 24, 2024
1 parent 22621ba commit 5e5c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
env:
PAT: ${{ secrets.PAT }}
run: |
sed -i.back "s|{{PAT}}|${PAT}|g" /.npmrc
sed -i.back "s|{{PAT}}|${PAT}|g" ./.npmrc
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 5e5c8f7

Please sign in to comment.