Skip to content

Commit

Permalink
chore: Bump python-semantic-release to v7.34.4
Browse files Browse the repository at this point in the history
Version 7.33.1 of python-semantic-release action is failing in the container build.
Updating action to this version will solve this issue.

Signed-off-by: David Pascual <[email protected]>
  • Loading branch information
dav-pascual authored and Tiboris committed Sep 19, 2023
1 parent d6b7298 commit 9bbd987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0
- name: Get the new version using python-semantic-release
run: |
pip3 install python-semantic-release==7.33.1
pip3 install python-semantic-release==7.34.4
echo "NEW_VERSION="`semantic-release print-version --noop` >> ${GITHUB_ENV}
- name: Update the mrack.spec changelog with initiator and basic message
run: |
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Add specfile to commit
run: git add mrack.spec
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.33.1
uses: relekang/python-semantic-release@v7.34.4
with:
github_token: ${{ secrets.TIBORIS_GH_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 9bbd987

Please sign in to comment.