Skip to content

Commit 9508225

Browse files
authored
fix: unnecessary option (#351)
1 parent e51294b commit 9508225

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ jobs:
9393
run: poetry install --no-interaction --no-root
9494
- name: Python Semantic Release
9595
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
9997
env:
10098
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
10199
# PyPI_TOKEN: ${{secrets.PyPI_TOKEN}}
@@ -110,7 +108,7 @@ jobs:
110108
fetch-depth: 0
111109
token: ${{ secrets.GITHUB_TOKEN }}
112110
- name: Set up Python
113-
uses: actions/setup-python@v
111+
uses: actions/setup-python@v4
114112
with:
115113
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
116114
- name: Install and configure Poetry

0 commit comments

Comments
 (0)