Add version to build
All checks were successful
Build and Publish / release (push) Successful in 1m6s

This commit is contained in:
2024-12-31 20:51:04 -05:00
parent 0cc5542ab6
commit 870760443e
29 changed files with 37 additions and 29 deletions

View File

@ -23,6 +23,8 @@ jobs:
go-version: '1.23'
- name: Build Binary
env:
VERSION: ${{ github.ref_name }}
run: make all
- name: Upload Binary to Generic Registry