Skip to content

Commit

Permalink
ci: reverting auto changelog (#111)
Browse files Browse the repository at this point in the history
* fix: background causing error

* ci: changelog not working
  • Loading branch information
gioppoluca authored Oct 18, 2023
1 parent f598fa7 commit 343d4a3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,6 @@ jobs:
artifacts: './module.json, ./module.zip'
tag: ${{ github.event.release.tag_name }}
body: ${{ github.event.release.body }}
- name: Update CHANGELOG
id: changelog
uses: requarks/changelog-action@v1
with:
token: ${{ github.token }}
tag: ${{ github.ref_name }}
- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
file_pattern: CHANGELOG.md

# Autopublish to the Foundry Admin panel
- name: FoundryVTT AutoPublish
Expand Down

0 comments on commit 343d4a3

Please sign in to comment.