We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9828f27 commit 35d659cCopy full SHA for 35d659c
.github/workflows/release.yml
@@ -29,6 +29,11 @@ jobs:
29
- name: Run tests
30
run: npm test
31
32
+ - name: Configure npm for GitHub Packages
33
+ run: |
34
+ echo "@sovereign-network:registry=https://npm.pkg.github.com" >> .npmrc
35
+ echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
36
+
37
- name: Release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments