Skip to content

Upgrade Go, dependencies and tools (#91) #17

Upgrade Go, dependencies and tools (#91)

Upgrade Go, dependencies and tools (#91) #17

Workflow file for this run

name: Release
on:
push:
tags: ["v*"]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: make release
- uses: softprops/action-gh-release@v1
with:
files: dist/!(config.yaml)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: rajatjindal/[email protected]
with:
krew_template_file: dist/krew/open-svc.yaml