Skip to content

Commit

Permalink
build: Try to fix validation of release notes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
uSlashVlad committed Sep 15, 2024
1 parent c508e3a commit bdf5b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- name: Checkout Branch
run: git checkout ${{ steps.find_branch.outputs.branch }}
- name: Update Version
id: update_version
run: tools/update-version.sh ${{ steps.get_tag.outputs.tag_name }} >> $GITHUB_OUTPUT
- name: Validate release notes
run: tools/validate-release-notes.sh ${{ steps.update_version.outputs.app_version }}
Expand Down

0 comments on commit bdf5b84

Please sign in to comment.