Skip to content

Commit 93284cc

Browse files
committed
Add manual deploy workflow
1 parent ede07f0 commit 93284cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Deploy
2+
on:
3+
workflow_dispatch:
4+
permissions:
5+
contents: read
6+
packages: write
7+
jobs:
8+
deploy:
9+
uses: codice/release-pipelines/.github/workflows/maven-manual-deploy.yml@main

0 commit comments

Comments
 (0)