Skip to content

Commit 2169677

Browse files
committed
fix release pipeline
1 parent 309701f commit 2169677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Publish
2727
env:
2828
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
29-
working-directory: field-manager-python-client
29+
working-directory: nadag-innmelding-python-client
3030
run: |
3131
poetry config pypi-token.pypi $PYPI_TOKEN
3232
poetry publish --build

0 commit comments

Comments
 (0)