File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- name : Python CI
1+ name : Python Semantic Release
22
33on :
44 push :
@@ -43,20 +43,23 @@ jobs:
4343 github_token : ${{ secrets.GITHUB_TOKEN }}
4444 git_committer_name : " github-actions"
4545 git_committer_email :
" [email protected] " 46+ working-directory : ' ./backend'
4647
4748 - name : Publish | Upload to GitHub Release Assets
4849 uses :
python-semantic-release/[email protected] 4950 if : steps.release.outputs.released == 'true'
5051 with :
5152 github_token : ${{ secrets.GITHUB_TOKEN }}
5253 tag : ${{ steps.release.outputs.tag }}
54+ working-directory : ' ./backend'
5355
5456 - name : Upload | Distribution Artifacts
5557 uses : actions/upload-artifact@v4
5658 with :
5759 name : distribution-artifacts
5860 path : dist
5961 if-no-files-found : error
62+ working-directory : ' ./backend'
6063
6164 outputs :
6265 released : ${{ steps.release.outputs.released || 'false' }}
You can’t perform that action at this time.
0 commit comments