Skip to content

build: add release workflows #1

build: add release workflows

build: add release workflows #1

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
branch:
description: the branch to use for release
required: true
type: string
jobs:
Release:
uses: eclipse-edc/.github/.github/workflows/technology-release.yml

Check failure on line 14 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

invalid value workflow reference: no version specified
secrets: inherit
with:
branch: ${{ inputs.branch }}