diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release_ubuntu.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |