Skip to content

chore(deps): bump github.com/savioxavier/termlink from 1.2.1 to 1.3.0… #77

chore(deps): bump github.com/savioxavier/termlink from 1.2.1 to 1.3.0…

chore(deps): bump github.com/savioxavier/termlink from 1.2.1 to 1.3.0… #77

Workflow file for this run

name: Release
on:
push:
# run only against tags
tags:
- 'v*'
permissions:
contents: write
# packages: write
# issues: write
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Bump formulae
uses: dawidd6/action-homebrew-bump-formula@v3
continue-on-error: true
with:
token: ${{ secrets.HOMEBREW_TOKEN }}
formula: kubecm
- name: Update new version in krew-index
uses: rajatjindal/[email protected]