Skip to content

Commit

Permalink
build: pin python-semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jul 18, 2023
1 parent 8ea2b11 commit e3d68f9
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 @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: relekang/python-semantic-release@v7.33.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand All @@ -39,4 +39,4 @@ jobs:
git checkout develop
git pull
git merge --no-ff master -m "chore: auto-merge master back to develop"
git push
git push

0 comments on commit e3d68f9

Please sign in to comment.