Skip to content

Commit 4730fc0

Browse files
committed
fix(ci): typo (double-quotes in interpolation)
1 parent 890629f commit 4730fc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run: ci/run_tests.sh
8989
env:
9090
SMOKETEST_DOCKER_IMAGE: python:3.12-slim
91-
APPMAP_PACKAGE_NAME: ${{ github.ref_name=="master" && env.pypi_project || env.testpypi_project }}
91+
APPMAP_PACKAGE_NAME: ${{ github.ref_name=='master' && env.pypi_project || env.testpypi_project }}
9292

9393
# as a workaround to ownership issues (lost access to project)
9494
pypi:

0 commit comments

Comments
 (0)