Skip to content

Commit f2612b5

Browse files
committed
Add working directory to check-release-tag.yml
1 parent 58e6b54 commit f2612b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-release-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
poetry-version: '2.1.2'
2929

3030
- name: Check Tag Version
31+
working-directory: ${{ inputs.working-directory }}
3132
# make sure the pushed/created tag matched the project version
3233
run: "[[ `poetry version --short` == ${{ inputs.version }} ]]"

0 commit comments

Comments
 (0)