Skip to content

Commit 557792c

Browse files
committed
fix(release): install missing 'packaging' package
Necessary to combine the json files
1 parent dcc1105 commit 557792c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: '3.x'
19+
cache: 'pip' # caching pip dependencies
20+
- run: pip install packaging
1921
- name: Build Release
2022
env:
2123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)