Skip to content

Commit

Permalink
fix(ci): merge release omissions (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Sep 12, 2024
1 parent 2f9548b commit 58cde37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
with:
fetch-depth: 0

- uses: actions/[email protected]
with:
node-version: 20.x

- name: Rebuild the dist/ directory
run: npm run dist

- name: Conventional Changelog Update
uses: TriPSs/conventional-changelog-action@v5
id: changelog
Expand Down

0 comments on commit 58cde37

Please sign in to comment.