1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: include version in release

This commit is contained in:
Divlo
2021-07-27 19:26:08 +02:00
parent 5133765f94
commit 701dccc018
4 changed files with 123 additions and 9 deletions

View File

@ -101,9 +101,6 @@ jobs:
- name: 'Install'
run: 'npm install'
- name: 'Archive Source code'
run: 'tar --exclude="./node_modules" --exclude=".git" -cvf "./Divlo.tar.gz" "./" --warning=no-file-changed'
- name: 'Release'
run: 'npm run release'
env: