From a92252583e6d946421d47748fed9bd836b66bcc3 Mon Sep 17 00:00:00 2001 From: saicharan0112 Date: Sat, 12 Nov 2022 11:53:52 +0530 Subject: capture version --- .github/workflows/release_ubuntu.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/release_ubuntu.yml') diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml index 480efba0..f12b0f66 100644 --- a/.github/workflows/release_ubuntu.yml +++ b/.github/workflows/release_ubuntu.yml @@ -84,6 +84,7 @@ jobs: # extract the number from the tag to pull the relevant manual from the website - name: Copy eSim manual which is available at https://static.fossee.in/esim/manuals/ run: | + echo ${{github.ref_name}} echo "VERSION=$(echo ${{github.ref_name}} | cut -d 'v' -f 2)" >> $GITHUB_ENV wget https://static.fossee.in/esim/manuals/eSim_Manual_${{ env.VERSION }}.pdf -- cgit