From 82bf670f3f28f022682204d98eb66e3ee338b293 Mon Sep 17 00:00:00 2001 From: Jijo Pulikkottil Date: Mon, 28 Mar 2022 23:12:44 +0530 Subject: [PATCH] script fis2 --- .github/workflows/Deploying.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Deploying.yml b/.github/workflows/Deploying.yml index 9d74ace..5ca98d0 100644 --- a/.github/workflows/Deploying.yml +++ b/.github/workflows/Deploying.yml @@ -28,3 +28,5 @@ jobs: - name: Set version and build number run: | version=$(agvtool what-marketing-version -terse1) + echo "version is $(version)" + echo "version is ${{version}}"