Skip to content

Commit

Permalink
setting npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
ammichael committed Jun 17, 2023
1 parent 05790ae commit 69a193d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
node-version: 16
registry-url: 'https://registry.npmjs.org/'
# - name: Set NPM Variables
# run: echo "$PACKAGES_NPMRC" > .npmrc
# env:
# PACKAGES_NPMRC: ${{ secrets.PACKAGES_NPMRC }}
- name: Set NPM Variables
run: echo "$PACKAGES_NPMRC" > .npmrc
env:
PACKAGES_NPMRC: ${{ secrets.PACKAGES_NPMRC }}
- name: Install
run: yarn install
# Publish to npm
Expand Down

0 comments on commit 69a193d

Please sign in to comment.