Skip to content

Commit

Permalink
fix: include dist in release
Browse files Browse the repository at this point in the history
  • Loading branch information
mariohamann committed Mar 17, 2024
1 parent 2a3e3bd commit 2abe726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
version: 8.6.2
- name: Install dependencies
run: pnpm i
- name: Build
run: pnpm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2abe726

Please sign in to comment.