Skip to content

Commit

Permalink
build(workflows): fix genReleaseNote.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bush2021 committed Nov 12, 2024
1 parent 4340518 commit e82890a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Generate Release Notes
run: |
chmod +x .github/genReleaseNote.sh
.github/genReleaseNote.sh -v ${{ env.LAST_TAG }}...${{ env.VERSION }}
chmod +x .github/workflows/genReleaseNote.sh
.github/workflows/genReleaseNote.sh -v ${{ env.LAST_TAG }}...${{ env.VERSION }}
- name: Get Latest Workflow Run
id: workflow
Expand Down

1 comment on commit e82890a

@YorkWaugh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bazinga🤪

Please sign in to comment.