chore: update publish pipeline
Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 7s
TF Acceptance Tests Workflow / Acceptance Tests (pull_request) Has been cancelled
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / Prepare GO cache (pull_request) Has been cancelled
CI Workflow / CI run tests (pull_request) Has been cancelled
CI Workflow / CI run build and linting (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled
Publish / Check GoReleaser config (push) Successful in 8s
Publish / Publish provider (push) Successful in 14m13s

This commit is contained in:
Marcel S. Henselin 2026-03-17 17:42:10 +01:00
parent 0a5bc30d9c
commit aaabadde1a

View file

@ -3,7 +3,7 @@ name: Publish
run-name: Publish by @${{ github.actor }}
on:
#workflow_dispatch:
workflow_dispatch:
push:
tags:
@ -44,6 +44,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-tags: true
- name: Setup Go
uses: actions/setup-go@v6