Skip to content

Commit

Permalink
Move Changelog Bot to Changelogs Directory (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
DEATHB4DEFEAT authored Jun 17, 2024
1 parent 2c3496b commit 1936b0e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ jobs:

- name: Install Dependencies
run: |
cd "Tools/changelog"
cd "Tools/changelogs"
npm install
shell: bash
continue-on-error: true

- name: Generate Changelog
run: |
cd "Tools/changelog"
cd "Tools/changelogs"
node changelog.js
shell: bash
continue-on-error: true
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1936b0e

Please sign in to comment.