We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccb138 commit 48e9265Copy full SHA for 48e9265
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- id: package
27
run: >
28
- printf "::set-output name=package::alt_pytest_asyncio-web-${{ steps.version.outputs.version}}.tar.gz"
+ printf "::set-output name=package::alt_pytest_asyncio-${{ steps.version.outputs.version}}.tar.gz"
29
30
- id: create_release
31
uses: actions/create-release@v1
0 commit comments