We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca7764 commit 1af3195Copy full SHA for 1af3195
.github/workflows/release-automated.yml
@@ -14,6 +14,7 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: 18
17
+ registry-url: https://registry.npmjs.org/
18
cache: npm
19
- run: npm ci
20
- run: npx semantic-release
0 commit comments