Skip to content

Commit d3014ec

Browse files
authored
Remove git tag from zip_mod.sh
1 parent d0b4f6a commit d3014ec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.scripts/zip_mod.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ mod_name=`cat info.json|jq -r .name`
1313
mod_ver=`cat info.json|jq -r .version`
1414

1515

16-
### https://git-scm.com/
17-
### Create git tag for this version
18-
git tag "$mod_ver"
19-
20-
2116
### Prepare zip for Factorio native use and mod portal
2217
name="${mod_name}_$mod_ver"
2318
git clean -xdf

0 commit comments

Comments
 (0)