Skip to content

Commit

Permalink
fix: remover pettier step
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Nov 6, 2023
1 parent 15a943c commit 85161cd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ jobs:
export CHANGELOG_GITHUB_TOKEN=${{ secrets.CHANGELOG_GITHUB_TOKEN}}
deno run --allow-net --allow-env generate-changelog.ts > ${{ steps.environment.outputs.year }}/${{ steps.environment.outputs.date }}.md
- name: Prettify/Format CHANGELOG
uses: creyD/[email protected]
with:
prettier_options: --write **/*.{md}
only_changed: True

- name: 🏁 Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 85161cd

Please sign in to comment.