Skip to content

Commit d725990

Browse files
committed
Tidy up our GHA workflow.
1 parent e0f798a commit d725990

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v6
2121
with:
22-
fetch-depth: 1
22+
fetch-depth: 0
2323

2424
- name: Install Node.js
2525
uses: actions/setup-node@v4
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install -g npm@latest
3434

3535
- name: Install bun
36-
run: npm install -g bun
36+
uses: oven-sh/setup-bun@v2
3737

3838
- name: Build the CellDL Editor Python Tools
3939
run: |
@@ -42,4 +42,4 @@ jobs:
4242
4343
- name: Publish the CellDL Editor Python Tools on npm
4444
run: |
45-
npm publish --access public --no-git-checks
45+
npm publish --access public

0 commit comments

Comments
 (0)