We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ecd68 commit c24599aCopy full SHA for c24599a
.github/workflows/prod.yml
@@ -32,7 +32,11 @@ jobs:
32
REMOTE_USER: u106957989
33
REMOTE_PORT: '65002'
34
TARGET: domains/codedthemes.com/public_html/demos/admin-templates/datta-able/bootstrap/free
35
- EXCLUDE: '/node_modules/'
+ EXCLUDE: '/node_modules/
36
+
37
+ - name: Read version
38
+ id: version
39
+ run: echo "VERSION=$(jq -r .version full-version/package.json)" >> $GITHUB_ENV
40
41
- name: 📦 Create version ZIP
42
run: |
0 commit comments