Skip to content

Commit

Permalink
echo new version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hestonhoffman committed Oct 2, 2024
1 parent d7c7ebd commit 3eb7901
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bump_synthetics_worker_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3eb7901

Please sign in to comment.