Compare commits

...

2 Commits

Author SHA1 Message Date
gitea-actions
dffa366133 chore: bump version to v0.1.1
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
Build Release Artefact / build (push) Successful in 1m10s
2026-02-09 14:52:23 +00:00
930e6addbe fix : CI/CD
All checks were successful
Auto Tag Develop / tag (push) Successful in 5s
2026-02-09 15:52:14 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Build Release Artefact
on:
push:
tags:
- "v0.0.*"
- "v*"
jobs:
build:

View File

@@ -1,2 +1,2 @@
parameters:
app.version: '0.1.0'
app.version: '0.1.1'