Skip to content

Release

Release #6

Workflow file for this run

name: Release
on:
workflow_dispatch:
jobs:
Run-Tests:
uses: ./.github/workflows/verify.yaml
secrets: inherit
Release:
needs: [ Run-Tests ]
uses: eclipse-edc/.github/.github/workflows/technology-release.yml@main
secrets: inherit