Skip to content

Commit 59b7720

Browse files
committed
ci: use shared release workflow
1 parent f5c173f commit 59b7720

File tree

2 files changed

+15
-99
lines changed

2 files changed

+15
-99
lines changed

.github/workflows/ci.yaml

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

.github/workflows/release.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
on:
3+
push:
4+
branches: ['main']
5+
workflow_dispatch:
6+
jobs:
7+
release:
8+
permissions:
9+
contents: write
10+
packages: write
11+
uses: DouglasNeuroinformatics/.github/.github/workflows/app-release.yaml@main
12+
with:
13+
org: DouglasNeuroinformatics
14+
packages: open-data-capture-api, open-data-capture-gateway, open-data-capture-api
15+
validate_command: pnpm lint

0 commit comments

Comments
 (0)