Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WakelessSloth56 committed Oct 6, 2022
1 parent e4a31bf commit e432134
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,17 @@ jobs:
distribution: 'temurin'
architecture: x64

- name: Set up Gradle and clean
run: |
chmod +x ./gradlew
rm -rf tmp
mkdir tmp
- name: Build and publish package with Gradle
- name: Build and publish with Gradle
env:
IS_RELEASE: true
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
ORG_GRADLE_PROJECT_signingKey: ${{secrets.RELEASE_SIGNING_GPG_PRIVATE_KEY}}
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.RELEASE_SIGNING_GPG_PASSPHRASE}}
run: ./gradlew clean build publish genUpdateJson
AUIOC_MAVEN_USERNAME: ${{secrets.AUIOC_MAVEN_USERNAME}}
AUIOC_MAVEN_TOKEN: ${{secrets.AUIOC_MAVEN_TOKEN}}
run: |
chmod +x ./gradlew
./gradlew build publish genUpdateJson
- name: Update update JSON
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ group=org.auioc.mcmod
vendor=AUIOC
mod_id=extrachampions
mod_name=ExtraChampions
mod_version=1.1.8
mod_version=1.2.0

0 comments on commit e432134

Please sign in to comment.