From 3eb7901b1941fafbaf6fb1ec00fec6ce2e3bd0e3 Mon Sep 17 00:00:00 2001 From: hestonhoffman Date: Wed, 2 Oct 2024 09:10:17 -0700 Subject: [PATCH] echo new version to test --- .github/workflows/bump_synthetics_worker_version.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bump_synthetics_worker_version.yml b/.github/workflows/bump_synthetics_worker_version.yml index da5a2f2688b4a..40671ef321aec 100644 --- a/.github/workflows/bump_synthetics_worker_version.yml +++ b/.github/workflows/bump_synthetics_worker_version.yml @@ -24,7 +24,10 @@ jobs: - name: Find latest synthetic-worker version id: write-synthetics-worker-version run: | - python local/bin/py/version_getter.py + python local/bin/py/version_getter.py + + - name: echo new version + run: echo ${{ steps.write-synthetics-worker-version.outputs.new_version }} - uses: actions/checkout@v4 with: