Skip to content

Commit 4697bf4

Browse files
authored
Add working directory to utils-unchanged
1 parent ae5b186 commit 4697bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
- name: Detect delphi-utils version
5050
id: utils-unchanged
5151
if: steps.changes.outputs.utils == 'false'
52+
working-directory: ./_delphi_utils_python
5253
run: |
5354
echo -n "::set-output name=version::"
5455
bump2version --list -n ${{ github.event.inputs.versionName }} | grep ^current_version | sed -r s,"^.*=",,

0 commit comments

Comments
 (0)