all repos

json2go @ 1a6070bd8271303e17b3bc4d1150c9e6d92fb9ac

convert json to go type annotations
1 files changed, 5 insertions(+), 0 deletions(-)
chore: trigger goreleaser only on releases
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-11-27 19:41:36 +0200
Authored at: 2025-11-27 19:41:19 +0200
Change ID: wkqvrsszwwvwwxnpkstrrlwopqvrywxp
Parent: b6b665e
M .github/workflows/goreleaser.yml
ยทยทยท
        2
        2
         

      
        3
        3
         on:

      
        4
        4
           pull_request:

      
        
        5
        +    tags:

      
        
        6
        +      - "*"

      
        5
        7
           push:

      
        
        8
        +    tags:

      
        
        9
        +      - "*"

      
        
        10
        +

      
        6
        11
         

      
        7
        12
         permissions:

      
        8
        13
           contents: write