Skip to content

Commit

Permalink
fix: unnecessary option (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa authored Dec 14, 2023
1 parent e51294b commit 9508225
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ jobs:
run: poetry install --no-interaction --no-root
- name: Python Semantic Release
run: |
git config --global user.name "github-actions"
git config --global user.email "[email protected]"
poetry run semantic-release --noop publish -D commit_author="github-actions <[email protected]>"
poetry run semantic-release --noop publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PyPI_TOKEN: ${{secrets.PyPI_TOKEN}}
Expand All @@ -110,7 +108,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
- name: Install and configure Poetry
Expand Down

0 comments on commit 9508225

Please sign in to comment.