Merge branch 'alpha' into fix/pipeline_fixes
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 10s
Publish / Check GoReleaser config (pull_request) Has been skipped
Publish / Publish provider (pull_request) Has been cancelled
CI Workflow / CI (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled

This commit is contained in:
Marcel_Henselin 2026-01-30 12:45:20 +00:00
commit 32db4a66b3
Signed by: tf-provider.git.onstackit.cloud
GPG key ID: 6D7E8A1ED8955A9C

View file

@ -4,9 +4,9 @@ name: Release
# This GitHub action creates a release when a tag that matches the pattern # This GitHub action creates a release when a tag that matches the pattern
# "v*" (e.g. v0.1.0) is created. # "v*" (e.g. v0.1.0) is created.
on: on:
push: # push:
tags: # tags:
- "v*" # - "v*"
workflow_dispatch: workflow_dispatch:
# Releases need permissions to read and write the repository contents. # Releases need permissions to read and write the repository contents.