Skip to content

Commit

Permalink
⚡️ :: (#2) workflow에 info 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
smoothbear committed May 27, 2021
1 parent d18b3ee commit 4d9b3ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build packages
run: gradle build
- name: Publish to the Maven Central Repository
run: gradle publish
run: gradle publish --info
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group 'io.github.team-xquare'
version '0.0.6'
version '0.0.7'

repositories {
mavenCentral()
Expand Down Expand Up @@ -46,7 +46,7 @@ publishing {
maven(MavenPublication) {
groupId = 'io.github.team-xquare'
artifactId = 'utils'
version = '0.0.6'
version = '0.0.7'

from components.java
}
Expand Down

0 comments on commit 4d9b3ee

Please sign in to comment.