chore(.github): update release workflow to fix automatic release notes

re #447
This commit is contained in:
Vivian Plasencia
2024-03-28 17:51:05 +01:00
parent ee95cbc1e4
commit ebc418f08e

View File

@@ -17,15 +17,14 @@ jobs:
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "yarn"
cache: yarn
registry-url: "https://registry.npmjs.org"
- name: Build monorepo
- name: Install dependencies
run: yarn
- run: yarn version:release