Browse Source

We need to bookstrap for changelog to be able to run

pull/1337/head
Ross McFarland 2 weeks ago
parent
commit
cfaf5ce82d
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      .github/workflows/slash_commands.yml

+ 1
- 3
.github/workflows/slash_commands.yml View File

@ -44,9 +44,7 @@ jobs:
python-version: 3.13
architecture: x64
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
run: ./script/bootstrap
# add the changelog entry
- name: Changelog Create


Loading…
Cancel
Save