]> Nishi Git Mirror - dataworks.git/commitdiff
Patch
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 18 Jun 2024 02:32:02 +0000 (02:32 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Tue, 18 Jun 2024 02:32:02 +0000 (02:32 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@331 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

.github/workflows/build.yml
Library/dataworks.c

index 1f2ce323afc6662fbe3417ba2f68f2e6a9ffe8ec..47ff984c869fb4121d9cff0081f0016a91e9f969 100644 (file)
@@ -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"
index d6e3b2dcf825b864b9ae4ec7db33b6d3c8e5e44e..a32078c24b500cc29f03459a8da9dd3cc6649d9f 100644 (file)
@@ -34,7 +34,7 @@
 #include <stdbool.h>
 #include <stdio.h>
 
-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"