workflow (#70)

This commit is contained in:
Michael Quigley 2022-11-02 16:05:40 -04:00
parent 42cf116333
commit 0bf6f5be10
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -38,5 +38,6 @@ jobs:
version: latest
args: release --rm-dist
ldflags: "-X github.com/openziti-test-kitchen/zrok/build.Version=${{ github.ref }} -X github.com/openziti-test-kitchen/zrok/build.Hash=${{ github.sha }}"
main: ./cmd/zrok
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}