From 25514bf52ed128c24a292298fdc2c6054b5966e7 Mon Sep 17 00:00:00 2001 From: ryanformio Date: Tue, 19 Mar 2024 10:46:54 -0500 Subject: [PATCH] test increment --- .github/workflows/repo.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index da1d3476..3dbe343b 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -107,4 +107,5 @@ jobs: - name: Echo version for testing run: | - echo "Version to publish: $NEW_VERSION" \ No newline at end of file + echo "Version to publish: $NEW_VERSION" + echo "Adds a commit to test increment" \ No newline at end of file