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.
1 parent bcdf7bf commit 9866eb1Copy full SHA for 9866eb1
.github/workflows/release-test.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Action | Semantic Version Release
36
id: release
37
# Adjust tag with desired version if applicable.
38
- uses: python-semantic-release/python-semantic-release@v10.0.2
+ uses: python-semantic-release/python-semantic-release@v10.1.0
39
with:
40
build: true
41
github_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/release.yaml
@@ -39,7 +39,7 @@ jobs:
42
43
44
45
0 commit comments