no patch level

This commit is contained in:
2026-07-08 08:47:28 +02:00
parent 1d45a3cd4c
commit 5a74b2f72b
2 changed files with 3 additions and 2 deletions

View File

@@ -7,7 +7,8 @@ steps:
goreleaser:
image: goreleaser/goreleaser
when:
event: [tag,manual]
#event: [tag,manual]
event: [manual]
environment:
GITEA_TOKEN:
from_secret: DEPLOY_TOKEN

2
go.mod
View File

@@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
module codeberg.org/scip/esctl
go 1.26.4
go 1.26
require (
github.com/MichaelMure/go-term-markdown v0.1.4