Skip to content

Commit

Permalink
use new changelog format
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jul 2, 2023
1 parent 658d4b0 commit 0d0d7e8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/fabric-1.20.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,17 @@ jobs:
run: |
echo "PREV_RUN_NUMBER=$(($THIS_RUN_NUMBER - 1))" >> "$GITHUB_ENV"
# - name: Generate changelog
# id: changelog
# uses: metcalfc/changelog-generator@v4.1.0
# with:
# myToken: ${{ secrets.GITHUB_TOKEN }}
# base-ref: ${{ env.MOD_LOADER }}-${{ env.MINECRAFT_VERSION }}-${{ env.PREV_RUN_NUMBER }}
- name: Generate changelog
id: changelog
uses: metcalfc/changelog-generator@v4.1.0
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
base-ref: ${{ env.MOD_LOADER }}-${{ env.MINECRAFT_VERSION }}-${{ env.PREV_RUN_NUMBER }}

- name: Release
uses: Kir-Antipov/mc-publish@v3.3
with:
# todo: uncomment after we have a release
# changelog: ${{steps.changelog.outputs.changelog}}
changelog: ${{steps.changelog.outputs.changelog}}
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
curseforge-id: 866084

Expand Down

0 comments on commit 0d0d7e8

Please sign in to comment.