Skip to content

Commit

Permalink
Fix Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit authored Jan 25, 2024
1 parent e0abd1a commit 0aeb28d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:

- name: Generate Changelog
run: ./gradlew generateChangelog
env:
GITHUB_TAG: ${{ inputs.tag }}

- name: Publish to GitHub
uses: softprops/action-gh-release@v1
Expand Down Expand Up @@ -90,4 +92,5 @@ jobs:
env:
CURSEFORGE_API_KEY: "${{ secrets.CURSEFORGE_API_KEY }}"
RELEASE_TYPE: "${{ env.RELEASE_TYPE }}"
GITHUB_TAG: ${{ inputs.tag }}
run: ./gradlew curseforge

0 comments on commit 0aeb28d

Please sign in to comment.