We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c173f commit 59b7720Copy full SHA for 59b7720
.github/workflows/ci.yaml
.github/workflows/release.yaml
@@ -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