Skip to content

Commit

Permalink
Merge pull request #459 from bandada-infra/fix/release-workflow
Browse files Browse the repository at this point in the history
Update release workflow to fix automatic release notes
  • Loading branch information
vplasencia authored Mar 28, 2024
2 parents ee95cbc + ebc418f commit 92e5466
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92e5466

Please sign in to comment.