Skip to content

Bump kube-burner version (#122) #46

Bump kube-burner version (#122)

Bump kube-burner version (#122) #46

Workflow file for this run

name: Release Workflow
on:
push:
tags:
- "*" # triggers only if push new tag version
jobs:
ci-tests:
uses: ./.github/workflows/ci-tests.yml
secrets: inherit
release-build:
uses: ./.github/workflows/gorelease.yml
needs: ci-tests
deploy-docs:
uses: ./.github/workflows/docs.yml
needs: ci-tests