Skip to content

Commit 775346b

Browse files
authored
fix(ci): Fix CI release npm workflow (usecannon#458)
* fix(ci): Fixing CI release npm workflow * refactor: remove bootstrap commit from release workflow
1 parent d0c6e72 commit 775346b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release-please.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
cache: npm
3333
node-version: '20.5.1'
34+
registry-url: 'https://registry.npmjs.org'
3435
- name: Install Dependencies
3536
if: ${{ steps.release.outputs.releases_created }}
3637
run: npm ci

release-please-config.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"bootstrap-sha": "0fe96bb3d7b682bfdf0d24ae7a7a4bda51337965",
32
"include-component-in-tag": false,
43
"plugins": [
54
"node-workspace"

0 commit comments

Comments
 (0)