Skip to content

Commit 6ff1784

Browse files
authored
Merge pull request #40 from patrickkabwe/fix/release-workflow
chore(deps): update semantic-release and related packages
2 parents 0292bbb + 589c1cd commit 6ff1784

4 files changed

Lines changed: 56 additions & 117 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- next
8+
paths-ignore:
9+
- 'docs/**'
810

911
permissions:
1012
contents: read
@@ -42,6 +44,10 @@ jobs:
4244
4345
- name: Install npm dependencies (bun)
4446
run: bun install
47+
48+
- name: Build lib
49+
run: bun run build
50+
4551
- name: Release
4652
env:
4753
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)