Skip to content

Commit

Permalink
ci: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed Dec 26, 2023
1 parent 9375bca commit d046095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Generate changelogs
run: |
python .github/git_utils.py genChangelogRaw
python .github/git_utils.py genChangelogMd --nextTag=${{ steps.versioning.outputs.version_tag }}
python .github/git_utils.py genChangelogMd --next_tag=${{ steps.versioning.outputs.version_tag }}
# Install JDK and build with Gradle
- name: Set up JDK 1.8
Expand Down

0 comments on commit d046095

Please sign in to comment.