diff options
author | saicharan0112 | 2022-11-12 11:53:52 +0530 |
---|---|---|
committer | saicharan0112 | 2022-11-12 11:53:52 +0530 |
commit | a92252583e6d946421d47748fed9bd836b66bcc3 (patch) | |
tree | 50a02c8556aa247c95574a346485c2c9b562fd38 /.github/workflows | |
parent | 3509c41478b989e9571cdc06494060c217817d0e (diff) | |
download | eSim-a92252583e6d946421d47748fed9bd836b66bcc3.tar.gz eSim-a92252583e6d946421d47748fed9bd836b66bcc3.tar.bz2 eSim-a92252583e6d946421d47748fed9bd836b66bcc3.zip |
capture version
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 |