We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a92ea commit b3ce48aCopy full SHA for b3ce48a
.github/workflows/release.yml
@@ -20,8 +20,6 @@ jobs:
20
uses: actions/setup-node@v4
21
with:
22
node-version: 20.x
23
- registry-url: 'https://npm.pkg.github.com'
24
- scope: '@usdigitalresponse'
25
- name: Install dependencies
26
run: npm i
27
- name: Build package
.npmrc
@@ -0,0 +1 @@
1
+@usdigitalresponse:registry=https://npm.pkg.github.com
0 commit comments