Skip to content

Commit 4567dbc

Browse files
authored
Merge pull request #123 from ducflair/dev
Dev
2 parents 77502a1 + 71a622e commit 4567dbc

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/release-ducrs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
pull-requests: write
1818

1919
jobs:
20-
release_duc_rs:
20+
release_ducrs:
2121
runs-on: ubuntu-latest
2222
concurrency:
2323
group: release-ducrs
@@ -32,14 +32,12 @@ jobs:
3232
run: |
3333
git config user.name "GitHub Action"
3434
git config user.email "action@github.com"
35-
- name: Setup Node
36-
uses: actions/setup-node@v4
37-
with:
38-
node-version: "lts/*"
3935
- name: Setup Bun
4036
uses: oven-sh/setup-bun@v2
4137
with:
4238
bun-version: "latest"
39+
- name: Install deps
40+
run: bun install
4341

4442
- name: Setup Rust
4543
uses: dtolnay/rust-toolchain@stable
@@ -59,5 +57,5 @@ jobs:
5957
env:
6058
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6159
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
62-
run: npx semantic-release ${{ steps.setup-release-environment.outputs.release-mode }}
6360
working-directory: ./packages/ducrs
61+
run: npx semantic-release ${{ steps.setup-release-environment.outputs.release-mode }}

packages/ducpdf/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
4242
---
4343

4444
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
45+

packages/ducrs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ To ensure smooth releases with semantic-release, please follow [these guidelines
5050
---
5151

5252
*The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*
53-
```
53+
5454

0 commit comments

Comments
 (0)