Skip to content

fix(cmd): Change tense for deletion of active context (#1412) #3074

fix(cmd): Change tense for deletion of active context (#1412)

fix(cmd): Change tense for deletion of active context (#1412) #3074

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
env:
GOTOOLCHAIN: local
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Set up tools
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4
with:
version: 2026.5.9 # renovate: datasource=github-releases depName=jdx/mise
- name: Run GoReleaser
run: goreleaser release --clean --snapshot --skip=sign
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: Preview Binaries
path: dist/hcloud-*/hcloud
- name: Check for release errors
run: scripts/check-release-error.sh