Skip to content

Commit

Permalink
[.github] fix: release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryoga-exe committed Oct 22, 2022
1 parent ecbd24a commit e4be10b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install PyYAML
- name: Generate Snippet
run: |
python generate-snippet.py
Expand Down

0 comments on commit e4be10b

Please sign in to comment.