Skip to content

Commit

Permalink
.github/workflows/release: fix make dist step
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne authored and regexowl committed Jan 20, 2025
1 parent 92a6fb5 commit 7129cf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: npm ci

- name: Make dist
run: make dist

# crate release, which will bump the version
- name: Upstream release
Expand Down

0 comments on commit 7129cf8

Please sign in to comment.