Skip to content

Commit

Permalink
chore(changelog): move changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
Exoridus committed Aug 22, 2023
1 parent bfa8c1b commit 36ab8b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/package_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
annotate: warning

- name: Generate Changelog
run: .github/generate_changelog.sh
run: ./.github/scripts/generate_changelog.sh
shell: bash
if: github.ref_type == 'tag'

- name: Package and release
Expand Down

0 comments on commit 36ab8b2

Please sign in to comment.