Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
fix build env
Browse files Browse the repository at this point in the history
  • Loading branch information
koxudaxi committed Dec 9, 2020
1 parent a409084 commit 02c56ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
- run: |
- name: build changelog
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
python scripts/build_changelog.py
CHANGELOG_LATEST=$(cat docs/changelog_latest.md)
CHANGELOG_LATEST="${CHANGELOG_LATEST//'%'/'%25'}"
Expand Down

0 comments on commit 02c56ea

Please sign in to comment.