Skip to content

Commit

Permalink
fix(semver): Pin [email protected] #354 (#355)
Browse files Browse the repository at this point in the history
Pinning to relekang/[email protected] fixes
actions using relekang/python-semantic-release@master from
failing.

closes #354
  • Loading branch information
imAsparky authored Jun 20, 2022
1 parent 5419696 commit 55cc319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
fetch-depth: 0

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: relekang/python-semantic-release@v7.28.1
with:
github_token: ${{ secrets.SEM_VER }}

0 comments on commit 55cc319

Please sign in to comment.