Skip to content

Bump k8s.io/api from 0.29.0 to 0.29.1 #9

Bump k8s.io/api from 0.29.0 to 0.29.1

Bump k8s.io/api from 0.29.0 to 0.29.1 #9

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Make all
run: make all
- name: Upload release binaries
uses: alexellis/upload-assets@0.4.0
env:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./bin/run-job*"]'