Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Prepare .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliaksandr-Kasko-JazzTeam committed Feb 29, 2024
1 parent 6c38bff commit 0f7f4ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: 'https://registry.npmjs.org/'
always-auth: true
token: ${{ secrets.NPM_TOKEN }}
- name: Prepare .npmrc
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}}" > .npmrc
- name: Build
run: |
npm ci
Expand Down

0 comments on commit 0f7f4ab

Please sign in to comment.