There was an error while loading. Please reload this page.
1 parent e0f798a commit d725990Copy full SHA for d725990
1 file changed
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v6
21
with:
22
- fetch-depth: 1
+ fetch-depth: 0
23
24
- name: Install Node.js
25
uses: actions/setup-node@v4
@@ -33,7 +33,7 @@ jobs:
33
run: npm install -g npm@latest
34
35
- name: Install bun
36
- run: npm install -g bun
+ uses: oven-sh/setup-bun@v2
37
38
- name: Build the CellDL Editor Python Tools
39
run: |
@@ -42,4 +42,4 @@ jobs:
42
43
- name: Publish the CellDL Editor Python Tools on npm
44
45
- npm publish --access public --no-git-checks
+ npm publish --access public
0 commit comments