Skip to content

Commit a14bb8b

Browse files
committed
Notes in the header section of the workflow file for more understanding
1 parent 2d9b58b commit a14bb8b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release_ubuntu.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
# By Sai Charan Lanka (@saicharan0112) : Nov 12, 2022
2+
# This is the workflow to pack the eSim for Ubuntu OS which follows the steps shown in the installer branch and release the zip file which can be uploaded onto the website
3+
# Note:
4+
# 1. Make sure the eSim manual for the version about to release, already exists in the https://static.fossee.in/esim/manuals/ location. Else the release fails.
5+
# 2. To trigger this workflow, create and push tags that start with "v".
6+
# For more info, refer to PR#230 and Issue#211
7+
8+
19
name: Auto release of eSim for Ubuntu OS
210

311
on:
412
push:
513
tags:
614
- 'v*' # Push events to matching v*, i.e. v2.2, v2.3 etc
7-
workflow_dispatch:
815

916

1017
jobs:

0 commit comments

Comments
 (0)