Skip to content

Commit c24599a

Browse files
committed
add version
1 parent 47ecd68 commit c24599a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/prod.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ jobs:
3232
REMOTE_USER: u106957989
3333
REMOTE_PORT: '65002'
3434
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/bootstrap/free
35-
EXCLUDE: '/node_modules/'
35+
EXCLUDE: '/node_modules/
36+
37+
- name: Read version
38+
id: version
39+
run: echo "VERSION=$(jq -r .version full-version/package.json)" >> $GITHUB_ENV
3640
3741
- name: 📦 Create version ZIP
3842
run: |

0 commit comments

Comments
 (0)