diff --git a/.github/workflows/automated-testing.yaml b/.github/workflows/automated-testing.yaml index c1882c5..5bfbdbe 100644 --- a/.github/workflows/automated-testing.yaml +++ b/.github/workflows/automated-testing.yaml @@ -59,5 +59,7 @@ jobs: # registry#226 As a system, I can support up to 25 simultaneous writes from Harvest # cd $GITHUB_WORKSPACE/docker/scripts # python harvest_stress_test.py --command "harvest_command_here" --runs 25 + tag_name="${{ steps.harvest.outputs.tag_name}}" + tag_name="${tag_name#v}" echo tag_name: ${{ steps.harvest.outputs.tag_name}} - ${{ runner.temp}}/harvest-3.8.0/bin/harvest --version + ${{ runner.temp }}/harvest-$tag_name/bin/harvest --version