testing release workflow
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 13m6s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m56s
CI / testsuite (mysql, 8.2, ) (push) Successful in 15m12s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 7m42s
CI / Coding Standard & Static Analysis (push) Failing after 3m36s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 22m40s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 12m23s
CI / testsuite (mysql, 8.2, ) (pull_request) Successful in 4m50s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 22m22s
CI / testsuite (pgsql, 8.4, ) (pull_request) Successful in 12m40s
CI / testsuite (pgsql, 8.2, ) (pull_request) Successful in 14m42s
CI / testsuite (sqlite, 8.2, prefer-lowest) (pull_request) Failing after 4m44s
CI / testsuite (mysql, 8.4, ) (pull_request) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (pull_request) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (pull_request) Has been cancelled
CI / Coding Standard & Static Analysis (pull_request) Has been cancelled

This commit is contained in:
2026-01-22 23:28:32 -08:00
parent 360a9b0d63
commit 79fc182909
2 changed files with 22 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2