We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee463bd commit 1579e6aCopy full SHA for 1579e6a
2 files changed
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: voidzero-dev/setup-vp@v1
14
with:
15
cache: true
16
+ registry-url: https://npm.pkg.github.com
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
19
- run: vp check
.github/workflows/deploy.yml
@@ -11,6 +11,7 @@ jobs:
11
12
- run: vp void deploy
0 commit comments