Skip to content

Commit

Permalink
ci: update manual release GHA in include yarn step
Browse files Browse the repository at this point in the history
  • Loading branch information
gbockus-sf authored Nov 15, 2022
1 parent d21929b commit b849f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/startManualRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/checkout@v3
with:
token: ${{ secrets.IDEE_GH_TOKEN }}
- run: yarn
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@d360fad3a42feca6462f72c97c165d60a02d4bf2
Expand All @@ -34,4 +35,4 @@ jobs:
with:
tag_name: ${{ steps.changelog.outputs.tag }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
body: ${{ steps.changelog.outputs.clean_changelog }}

0 comments on commit b849f09

Please sign in to comment.