Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
feature: nebula releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
iamceph committed Mar 14, 2022
1 parent 299cd64 commit a428abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
ORG_GRADLE_PROJECT_signingKeyId: 241134EA
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
run: ./gradlew publishToSonatype
run: ./gradlew snapshot publishToSonatype
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
ORG_GRADLE_PROJECT_signingKeyId: 241134EA
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -Prelease
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository final -Prelease.useLastTag=true -Prelease
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {
id 'io.freefair.lombok' version '6.3.0'

id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id "nebula.release" version "16.0.0"
}

allprojects {
group 'com.iamceph.resulter'
version '1.1.7-SNAPSHOT'

repositories {
mavenCentral()
Expand Down

0 comments on commit a428abb

Please sign in to comment.