Skip to content

Commit

Permalink
fix: add missing pnpm build:dist to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Mar 28, 2024
1 parent a3169a8 commit 8ef426b
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 @@ -11,6 +11,7 @@ jobs:
ref: main
- uses: ./.github/actions/prepare
- run: pnpm build
- run: pnpm build:dist
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 8ef426b

Please sign in to comment.