We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947840e commit 59ea6f3Copy full SHA for 59ea6f3
.github/workflows/release-package.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-node@v1
24
with:
25
node-version: 12
26
- registry-url: https://npm.pkg.github.com/
+ registry-url: https://docker.pkg.github.com/
27
- run: npm ci
28
- run: npm publish
29
env:
0 commit comments