Skip to content

Commit

Permalink
fix: build was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ssteuteville committed Jan 9, 2024
1 parent 038d17c commit dc014c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
cache: 'pnpm'
cache-dependency-path: pnpm-lock.yaml

- name: build
run: pnpm build

- name: publish
run: |
pnpm --package=@semantic-release/changelog --package=@semantic-release/git --package=semantic-release@22 dlx semantic-release

0 comments on commit dc014c2

Please sign in to comment.