From: nishi Date: Tue, 18 Jun 2024 02:32:02 +0000 (+0000) Subject: Patch X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=19eb5e2ad79da787141e2992a74d164a8cb813f6;p=dataworks.git Patch git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@331 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f2ce32..47ff984 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,9 @@ name: Build DataWorks on: workflow_dispatch: + push: + branches: + - main schedule: - cron: "0 */6 * * *" @@ -197,6 +200,21 @@ jobs: - name: Make run: make YACC=byacc test + misc: + + name: "Misc" + + runs-on: ubuntu-latest + + permissions: + contents: write + + steps: + - name: Delete bad tags + run: gh release delete "$(make get-version)" --cleanup-tag -y || true + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + release: name: "Release" diff --git a/Library/dataworks.c b/Library/dataworks.c index d6e3b2d..a32078c 100644 --- a/Library/dataworks.c +++ b/Library/dataworks.c @@ -34,7 +34,7 @@ #include #include -const char* dataworks_version = "0.1.0"; +const char* dataworks_version = "0.1.1"; const char* dataworks_compile_date = __DATE__; const char* dataworks_copyright = "Copyright (c) Crabware 2024\n" " pnsk-lab 2024\n"