Skip to content

Remove metadata from all documents except jobSummary (#85) #40

Remove metadata from all documents except jobSummary (#85)

Remove metadata from all documents except jobSummary (#85) #40

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