Skip to content

Commit 4402bc8

Browse files
committed
ci(publish): rename upload steps
1 parent e985036 commit 4402bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
- name: Checkout repo
2121
uses: actions/checkout@v6
2222

23-
- name: Upload ignition-api to PyPI
23+
- name: Upload java-api to PyPI
2424
uses: coatl-dev/actions/pypi-upload@v5
2525
with:
2626
password: ${{ secrets.PYPI_API_TOKEN_JAVA_API_PKG }}
2727
working-directory: java-api
2828

29-
- name: Upload ignition-api-stubs to PyPI
29+
- name: Upload java-api-stubs to PyPI
3030
uses: coatl-dev/actions/pypi-upload@v5
3131
with:
3232
python-version: '3.12'

0 commit comments

Comments
 (0)