Skip to content

Commit

Permalink
Continue with Discord post even if changelog fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Aug 27, 2024
1 parent 088b6aa commit 217d87c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
- main

paths-ignore:
- ".git**"
- ".gitattributes"
- ".gitignore"
- "*.md"
- "pyproject.toml"
- "requirements.txt"
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:
run: pip install -r requirements.txt

- name: Generate changelog
continue-on-error: true
id: changelog
run: |
echo "changelog<<EOF" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 217d87c

Please sign in to comment.