diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 4b684af88ff..aaf9cb72a41 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -126,7 +126,7 @@ jobs: run: | printf -v now '%(%s)T' duration=$(( now - ${{ steps.start.outputs.timestamp }} )) - printf 'duration=$duration\n' >> "$GITHUB_OUTPUT" + echo "duration=$duration" >> "$GITHUB_OUTPUT" - name: Emit metrics if: always() # run this step even if previous steps failed or the job is canceled uses: awslabs/aws-kotlin-repo-tools/.github/actions/emit-metrics@main