Skip to content

Commit c59f268

Browse files
authored
Merge pull request #4 from ryan-story/develop
fix: correct semantic-release publish command syntax
2 parents 7744706 + 9497d19 commit c59f268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4444
run: |
45-
semantic-release publish -D commit_author="github-actions <actions@github.com>"
45+
semantic-release publish
4646
4747
- name: Set up Node
4848
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)