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 e3b739d commit 8d21774Copy full SHA for 8d21774
4 files changed
.github/workflows/cd.yml
@@ -33,11 +33,11 @@ jobs:
33
- name: Install dependencies
34
run: npm ci
35
36
- - name: Build the project
+ - name: Build
37
run: npm run build
38
39
- name: Release
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- NPM_CONFIG_PROVENANCE: true
43
- run: npx semantic-release
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npx semantic-release
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
node-version: "24"
23
cache: "npm"
24
+ registry-url: https://registry.npmjs.org
25
26
27
0 commit comments