Skip to content

Commit

Permalink
Merge pull request #41 from fingerprintjs/fix-release-workflow
Browse files Browse the repository at this point in the history
Add missed `semantic-release` plugin
  • Loading branch information
ilfa authored Aug 29, 2023
2 parents 03f4000 + b88f65c commit 44bc5c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
with:
language: python
language-version: '3.9'
semantic-release-extra-plugins: |
[email protected]
prepare-command: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit 44bc5c3

Please sign in to comment.