mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 01:58:31 -05:00
chore(.github): update release workflow to fix automatic release notes
re #447
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user