File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 93
93
run : poetry install --no-interaction --no-root
94
94
- name : Python Semantic Release
95
95
run : |
96
- git config --global user.name "github-actions"
97
- git config --global user.email "action@github.com"
98
- poetry run semantic-release --noop publish -D commit_author="github-actions <action@github.com>"
96
+ poetry run semantic-release --noop publish
99
97
env :
100
98
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
101
99
# PyPI_TOKEN: ${{secrets.PyPI_TOKEN}}
@@ -110,7 +108,7 @@ jobs:
110
108
fetch-depth : 0
111
109
token : ${{ secrets.GITHUB_TOKEN }}
112
110
- name : Set up Python
113
- uses : actions/setup-python@v
111
+ uses : actions/setup-python@v4
114
112
with :
115
113
python-version : ${{ env.PYTHON_VERSION_DEFAULT }}
116
114
- name : Install and configure Poetry
You can’t perform that action at this time.
0 commit comments