1 Commits

Author SHA1 Message Date
b12e8df35b fix CI
All checks were successful
Publish / release (push) Successful in 43s
2026-01-04 13:32:09 -05:00

View File

@@ -11,6 +11,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push
steps: steps:
- name: Set up Go Environment
uses: actions/setup-go@v4
with:
go-version: '1.25'
- name: Run Go List - name: Run Go List
continue-on-error: true continue-on-error: true
env: env: