allow skip go list
All checks were successful
Build and Publish / release (push) Successful in 4m5s

This commit is contained in:
Ryan McGuire 2025-02-15 15:06:30 -05:00
parent 4ed1e465d2
commit 8b46238e49

View File

@ -54,6 +54,7 @@ jobs:
done done
- name: Run Go List - name: Run Go List
continue-on-error: true
env: env:
TAG_NAME: ${{ github.ref_name }} # Use the pushed tag name TAG_NAME: ${{ github.ref_name }} # Use the pushed tag name
run: | run: |