Skip to content

Merge pull request #207 from h3poteto/renovate/kubernetes-go #12

Merge pull request #207 from h3poteto/renovate/kubernetes-go

Merge pull request #207 from h3poteto/renovate/kubernetes-go #12

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@v4
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.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./bin/*"]'