Skip to content

Commit 9d0ae4d

Browse files
committed
fiX: Correct working directory for semantic release.
1 parent 457eac5 commit 9d0ae4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
git_committer_name: "github-actions"
4545
git_committer_email: "[email protected]"
46-
working-directory: './backend'
46+
directory: './backend'
4747

4848
- name: Publish | Upload to GitHub Release Assets
4949
uses: python-semantic-release/[email protected]
@@ -59,7 +59,7 @@ jobs:
5959
name: distribution-artifacts
6060
path: dist
6161
if-no-files-found: error
62-
working-directory: './backend'
62+
directory: './backend'
6363

6464
outputs:
6565
released: ${{ steps.release.outputs.released || 'false' }}

0 commit comments

Comments
 (0)