We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309701f commit 2169677Copy full SHA for 2169677
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Publish
27
env:
28
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
29
- working-directory: field-manager-python-client
+ working-directory: nadag-innmelding-python-client
30
run: |
31
poetry config pypi-token.pypi $PYPI_TOKEN
32
poetry publish --build
0 commit comments