Skip to content

Commit

Permalink
fix: set default registry in the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
evgnomon committed Oct 18, 2023
1 parent 37861f9 commit 3b79e7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: publish

on:
release:
types: [created]
push:
branches:

jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm run build
- run: npm run test
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
@clusterlean:registry=https://npm.pkg.github.com
package-lock=false
always-auth=true

0 comments on commit 3b79e7e

Please sign in to comment.