all repos

json2go @ c2472d6f39fc78b9f1054066eab3331441856d1b

convert json to go type annotations
1 files changed, 1 insertions(+), 3 deletions(-)
ci: fix goreleaser
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-05-26 14:27:58 +0300
Authored at: 2026-05-26 14:10:56 +0300
Change ID: kzwnpsvsztvsvqklqvlpvmqtlzwopkuq
Parent: fc9c7df
M .github/workflows/goreleaser.yml.github/workflows/release.yml
ยทยทยท
        1
        1
         name: goreleaser

      
        2
        2
         

      
        3
        3
         on:

      
        4
        
        -  pull_request:

      
        5
        
        -    tags:

      
        6
        
        -      - "*"

      
        
        4
        +  workflow_dispatch:

      
        7
        5
           push:

      
        8
        6
             tags:

      
        9
        7
               - "*"