This commit is contained in:
2025-02-07 12:25:15 +03:00
parent d1a5f1c268
commit 8c9248fd94
3 changed files with 3 additions and 5 deletions

View File

@@ -5,9 +5,7 @@ permissions:
on:
push:
branches: ["main","development"]
workflow_dispatch:
branches: ["main","development"]
jobs:
build:

View File

@@ -31,7 +31,7 @@ fn do() ! {
mut cmd := Command{
name: 'hero'
description: 'Your HERO toolset.'
version: '1.0.3'
version: '1.0.4'
}
// herocmds.cmd_run_add_flags(mut cmd)

View File

@@ -3,6 +3,6 @@
```bash
cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib
git tag -a v1.0.3 -m "all CI is now working"
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.3
git tag -a v1.0.4 -m "all CI is now working"
git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.4
```