diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-08-06 19:54:03 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 12:54:03 +0200 |
commit | 8319a68d09f0ef8a771d16b274b1737e21cd3500 (patch) | |
tree | 4ce0a7e2dbdf666b2ca20b2aec42259a37a1f1a6 | |
parent | d9f699f340a354fb22dea7032bbe4da78a592049 (diff) | |
download | OneConfig-8319a68d09f0ef8a771d16b274b1737e21cd3500.tar.gz OneConfig-8319a68d09f0ef8a771d16b274b1737e21cd3500.tar.bz2 OneConfig-8319a68d09f0ef8a771d16b274b1737e21cd3500.zip |
misc: update workflow to publish all versions (#81)
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f79a05..3bef8b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: id: version - name: Publish - run: ./gradlew platform:1.8.9-forge:publishOneconfig-1.8.9-forgePublicationToReleasesRepository -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PreleasesUsername=${{ secrets.MAVEN_NAME }} -PreleasesPassword=${{ secrets.MAVEN_TOKEN }} --no-daemon + run: ./gradlew platform:publishAllPublicationsToReleasesRepository -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PreleasesUsername=${{ secrets.MAVEN_NAME }} -PreleasesPassword=${{ secrets.MAVEN_TOKEN }} --no-daemon - name: Upload Build Artifacts uses: actions/upload-artifact@v2 |