Skip to content

Commit

Permalink
Merge pull request #54 from Wilhelmsson177/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…python-semantic-release/python-semantic-release-8.7.2

chore(deps): bump python-semantic-release/python-semantic-release from 8.1.1 to 8.7.2
  • Loading branch information
Wilhelmsson177 authored Feb 11, 2024
2 parents 174e717 + 2fd84ea commit 84ad2ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ jobs:

# Do a dry run of PSR
- name: Test release
uses: python-semantic-release/python-semantic-release@v8.1.1
uses: python-semantic-release/python-semantic-release@v8.7.2
if: github.ref_name != 'main'
with:
root_options: --noop
github_token: ${{ secrets.GITHUB_TOKEN }}

# On main branch: actual PSR + upload to PyPI & GitHub
- name: Release
uses: python-semantic-release/python-semantic-release@v8.1.1
uses: python-semantic-release/python-semantic-release@v8.7.2
id: release
if: github.ref_name == 'main'
with:
Expand Down

0 comments on commit 84ad2ae

Please sign in to comment.