Skip to content

Commit

Permalink
ci: update release action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Aug 29, 2024
1 parent 5069ff6 commit 6ec2fb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
python -m pip install --upgrade pip
pip install python-semantic-release
- name: Update to Latest Commit
run: |
git fetch origin
git rebase origin/master
- name: Semantic Release
id: github-release
uses: python-semantic-release/python-semantic-release@v9.8.7
Expand Down

0 comments on commit 6ec2fb7

Please sign in to comment.