Skip to content

Commit

Permalink
Merge pull request #24 from fingerprintjs/update-semantic-release
Browse files Browse the repository at this point in the history
Update semantic-release to v7.33.4 to fix github actions issue
  • Loading branch information
ilfa authored May 16, 2023
2 parents 509aac2 + 3966288 commit 92620d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: ./generate.sh -v $(semantic-release print-version)

- name: Python Semantic Release
uses: relekang/python-semantic-release@5f28b835b0dbaaeaf2d80c6caaac3d66d4f7d0b0
uses: relekang/python-semantic-release@0b424c7823c4f2dfc3fec8bf2f22c23e52021196
with:
github_token: ${{ secrets.GH_RELEASE_TOKEN }}
repository_username: ${{ secrets.PYPI_USERNAME }}
repository_password: ${{ secrets.PYPI_PASSWORD }}
repository_password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 92620d3

Please sign in to comment.