We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905d01e commit 05ade19Copy full SHA for 05ade19
1 file changed
.github/workflows/release.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Upload artifact
30
uses: actions/upload-artifact@v1
31
with:
32
- name: chocs-middleware-parsed-body-${{ steps.tag.outputs.tag }}.tar.gz
33
- path: dist/chocs_middleware.parsed_body-${{ steps.tag.outputs.tag }}.tar.gz
+ name: opyapi-${{ steps.tag.outputs.tag }}.tar.gz
+ path: dist/opyapi-${{ steps.tag.outputs.tag }}.tar.gz
34
- name: Publish release
35
env:
36
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
0 commit comments