Skip to content

Commit 51daa40

Browse files
committed
Publish to maven central.
1 parent fc57a57 commit 51daa40

4 files changed

Lines changed: 12 additions & 50 deletions

File tree

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ jobs:
3030
ORG_GRADLE_PROJECT_savaGithubPackagesUsername: ${{ env.GITHUB_ACTOR }}
3131
ORG_GRADLE_PROJECT_savaGithubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}
3232

33+
- name: Maven Central
34+
run: ./gradlew --stacktrace -Psign=true -PjavaVersion=${{ steps.setup.outputs.java-version }} -Pversion=${{ github.ref_name }} :aggregation:publishAggregationToCentralPortal
35+
env:
36+
GPG_PUBLISH_SECRET: ${{ secrets.GPG_PUBLISH_SECRET }}
37+
GPG_PUBLISH_PHRASE: ${{ secrets.GPG_PUBLISH_PHRASE }}
38+
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
39+
MAVEN_CENTRAL_SECRET: ${{ secrets.MAVEN_CENTRAL_SECRET }}
40+
ORG_GRADLE_PROJECT_savaGithubPackagesUsername: ${{ env.GITHUB_ACTOR }}
41+
ORG_GRADLE_PROJECT_savaGithubPackagesPassword: ${{ secrets.GITHUB_TOKEN }}
42+
3343
- name: Github Packages
3444
run: ./gradlew --stacktrace -Psign=true -PjavaVersion=${{ steps.setup.outputs.java-version }} -Pversion=${{ github.ref_name }} :aggregation:publishToGitHubPackages
3545
env:

.github/workflows/release.yml

Lines changed: 0 additions & 48 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ixProxy
1+
# ixProxy [![Gradle Check](https://github.com/glamsystems/ix-proxy/actions/workflows/build.yml/badge.svg)](https://github.com/glamsystems/ix-proxy/actions/workflows/build.yml) [![Publish Release](https://github.com/glamsystems/ix-proxy/actions/workflows/publish.yml/badge.svg)](https://github.com/glamsystems/ix-proxy/actions/workflows/publish.yml)
22

33
Facilitates the re-mapping of instructions from one program to another proxy program. The primary use case is to add
44
additional safety checks in the proxy program before and after forwarding the request to the original program.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id("software.sava.build") version "0.1.21"
1414
}
1515

16-
rootProject.name = "anchor-programs"
16+
rootProject.name = "ix-proxy"
1717

1818
javaModules {
1919
directory(".") {

0 commit comments

Comments
 (0)