We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890629f commit 4730fc0Copy full SHA for 4730fc0
1 file changed
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
- run: ci/run_tests.sh
89
env:
90
SMOKETEST_DOCKER_IMAGE: python:3.12-slim
91
- APPMAP_PACKAGE_NAME: ${{ github.ref_name=="master" && env.pypi_project || env.testpypi_project }}
+ APPMAP_PACKAGE_NAME: ${{ github.ref_name=='master' && env.pypi_project || env.testpypi_project }}
92
93
# as a workaround to ownership issues (lost access to project)
94
pypi:
0 commit comments