release/1.0.8-rc1 #42

Merged
notazof merged 47 commits from release/1.0.8-rc1 into main 2026-08-23 23:19:07 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6695c9ed4d - Show all commits

build and test release/*
Some checks failed
Dotnet build and test / build (pull_request) Has been cancelled

Paul Schneider 2026-08-18 21:25:06 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -21,7 +21,7 @@ on:
push: push:
branches: [ "main" ] branches: [ "main" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main", "release/*" ]
jobs: jobs:
build: build:

View file

@ -328,4 +328,4 @@ jobs:
exit 1 exit 1
fi fi
echo "Release publiée: $API_BASE/$GITHUB_REPOSITORY/releases/tag/$TAG" echo "Release publiée: $API_BASE/$GITHUB_REPOSITORY/releases/tag/$TAG"