summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsaicharan01122022-11-12 12:41:04 +0530
committersaicharan01122022-11-12 12:41:04 +0530
commitd7c55b6f6bea6d821643d98fec3dd710e09659e4 (patch)
tree58970e71e24b5976c1141107992642a14102c280 /.github
parenteee167724f3841a3114cad5b1ceddf049a013f6c (diff)
downloadeSim-d7c55b6f6bea6d821643d98fec3dd710e09659e4.tar.gz
eSim-d7c55b6f6bea6d821643d98fec3dd710e09659e4.tar.bz2
eSim-d7c55b6f6bea6d821643d98fec3dd710e09659e4.zip
fix tag names yet again
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release_ubuntu.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release_ubuntu.yml b/.github/workflows/release_ubuntu.yml
index 86877f98..bad6b5f6 100644
--- a/.github/workflows/release_ubuntu.yml
+++ b/.github/workflows/release_ubuntu.yml
@@ -84,8 +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
+ VERSION=$(echo $GITHUB_REF_NAME | cut -d 'v' -f 2)"
wget https://static.fossee.in/esim/manuals/eSim_Manual_$VERSION.pdf
- name: Zip the eSim_release folder