We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
changed-files
python-semantic-release
1 parent 63deb69 commit 08190a3Copy full SHA for 08190a3
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Release | Python Semantic Release
61
id: release
62
- uses: python-semantic-release/python-semantic-release@v9.12.2
+ uses: python-semantic-release/python-semantic-release@v9.13.0
63
with:
64
github_token: ${{ secrets.GITHUB_TOKEN }}
65
root_options: "-vv -c releaserc.toml"
.github/workflows/validate.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Evaluate | Check specific file types for changes
28
id: changed-files
29
- uses: tj-actions/[email protected].3
+ uses: tj-actions/[email protected].4
30
if: github.event_name == 'push' || github.event_name == 'pull_request'
31
32
base_sha: ${{ github.event.push.before || github.event.pull_request.base.sha }}
0 commit comments