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.
2 parents e06a020 + a0e5635 commit 3cf1dc0Copy full SHA for 3cf1dc0
.github/workflows/publish.yml
@@ -0,0 +1,16 @@
1
+name: Publish
2
+on:
3
+ workflow_dispatch:
4
+jobs:
5
+ Publish:
6
+ name: GitHub maven repo publication
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - name: GitHub maven repo action
10
+ uses: RiV-chain/github-publish-maven-action@main
11
+ with:
12
+ gh_pat: ${{ secrets.MAVEN_PAT }}
13
+ artifact_repo: 'RiV-chain/artifact'
14
+ gradle_file_path: './gradlew'
15
+ java_version: '17'
16
+ distribution: 'temurin'
0 commit comments