There was an error while loading. Please reload this page.
1 parent 64ae3e8 commit 663b0b1Copy full SHA for 663b0b1
1 file changed
.github/workflows/build-and-publish.yml
@@ -22,6 +22,8 @@ jobs:
22
with:
23
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
24
- uses: aboutbits/github-actions-base/git-setup@v2
25
+ - uses: aboutbits/github-actions-node/configure-github-npm-registry-access@v3
26
+ - uses: aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
27
- name: Configure npm for GitHub Packages
28
run: |
29
echo "@aboutbits:registry=https://npm.pkg.github.com" >> ~/.npmrc
0 commit comments