Skip to content

Commit 3abe026

Browse files
authored
Merge pull request #1148 from joshunrau/release-workflow
ci: use shared release workflow
2 parents f5c173f + 45faa4b commit 3abe026

File tree

3 files changed

+16
-100
lines changed

3 files changed

+16
-100
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "opendatacapture",
33
"type": "module",
4-
"version": "1.10.2",
4+
"version": "1.10.3",
55
"private": true,
66
"packageManager": "[email protected]",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)