Skip to content

Commit 4b7786f

Browse files
committed
ci: new release workflow
1 parent 808812a commit 4b7786f

File tree

2 files changed

+11
-81
lines changed

2 files changed

+11
-81
lines changed

.github/workflows/release-fcc.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Release
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
Release:
8+
uses: eclipse-edc/.github/.github/workflows/core-release.yml@main
9+
secrets: inherit
10+
with:
11+
publish-autodoc: true

0 commit comments

Comments
 (0)