Skip to content

Merge pull request #212 from h3poteto/renovate/github.com-onsi-gomega… #13

Merge pull request #212 from h3poteto/renovate/github.com-onsi-gomega…

Merge pull request #212 from h3poteto/renovate/github.com-onsi-gomega… #13

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Make all
run: make all VERSION=${GITHUB_REF##*/}
- name: Upload release binaries
uses: alexellis/upload-assets@0.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./bin/*"]'