Skip to content

Commit

Permalink
Merge pull request #33 from 2anki/fix/write-npm-token-to-file
Browse files Browse the repository at this point in the history
fix/write npm token to file
  • Loading branch information
aalemayhu authored Aug 1, 2024
2 parents 2d738c6 + cb3300c commit 080f8c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Write NPM token to .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Install dependencies
run: npm clean-install
- name: Build
Expand Down

0 comments on commit 080f8c7

Please sign in to comment.