Skip to content

Commit

Permalink
Remove 'working-directory'
Browse files Browse the repository at this point in the history
BurnySc2 committed Aug 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent beba83d commit 0670f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -474,7 +474,6 @@ jobs:
run: pip install poetry

- name: Set pypi token
working-directory: ${{ env.SUBDIRECTORY }}
run: poetry config pypi-token.pypi ${{ secrets.PYPI_PYTHON_SC2_TOKEN }}

- name: Build package
@@ -483,6 +482,5 @@ jobs:

- name: Publish
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
working-directory: ${{ env.SUBDIRECTORY }}
continue-on-error: true
run: poetry publish

0 comments on commit 0670f4b

Please sign in to comment.