Skip to content

Commit 3cf1dc0

Browse files
authored
Merge pull request #1 from RiV-chain/github_publish_action
Create publish for RiV-Chain GitHub Maven repo
2 parents e06a020 + a0e5635 commit 3cf1dc0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)