Skip to content

Update dependency hcloud-cli to v1.44.2 #5

Update dependency hcloud-cli to v1.44.2

Update dependency hcloud-cli to v1.44.2 #5

Workflow file for this run

# see: https://localheinz.com/articles/2022/01/24/creating-releases-with-github-actions/
name: "Create Release"
on:
push:
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
jobs:
release:
permissions:
contents: write
uses: rwunderer/renovate/.github/workflows/reusable-create-release.yml@main
secrets: inherit