Skip to content

Commit

Permalink
chore(release): Update semantic release action name and version
Browse files Browse the repository at this point in the history
Updating action to new name and latest version.
This should not affect behaviour.

Signed-off-by: David Pascual <[email protected]>
  • Loading branch information
dav-pascual committed Oct 16, 2023
1 parent 6d6cdc6 commit 97a5355
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 @@ -60,7 +60,7 @@ jobs:
fetch-depth: 0
- name: Get the new version using python-semantic-release
run: |
pip3 install python-semantic-release==8.0.8
pip3 install python-semantic-release==8.1.1
echo "NEW_VERSION="`semantic-release version --print` >> ${GITHUB_ENV}
- name: Update the mrack.spec changelog with initiator and basic message
run: |
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Add specfile to commit
run: git add mrack.spec
- name: Python Semantic Release
uses: relekang/python-semantic-release@v8.0.8
uses: python-semantic-release/python-semantic-release@v8.1.1
with:
github_token: ${{ secrets.TIBORIS_GH_TOKEN }}
- name: Set NEW_VERSION as output
Expand Down

0 comments on commit 97a5355

Please sign in to comment.