diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-08-06 20:24:17 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 20:24:17 +0900 |
commit | 107b4f70029e89873e7b3d1901c0d4528db36291 (patch) | |
tree | 7aa72a253a7313e4432dd91a4d616108027840fb /.github | |
parent | c79dc3cf7b3750aa03fb33a07b4af044b37f9407 (diff) | |
download | OneConfig-107b4f70029e89873e7b3d1901c0d4528db36291.tar.gz OneConfig-107b4f70029e89873e7b3d1901c0d4528db36291.tar.bz2 OneConfig-107b4f70029e89873e7b3d1901c0d4528db36291.zip |
fix ci (#82)
* Update release.yml
* maybe fix ci?
Diffstat (limited to '.github')
-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 3bef8b3..4defbcc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: id: version - name: Publish - run: ./gradlew platform:publishAllPublicationsToReleasesRepository -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PreleasesUsername=${{ secrets.MAVEN_NAME }} -PreleasesPassword=${{ secrets.MAVEN_TOKEN }} --no-daemon + run: ./gradlew publish -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PreleasesUsername=${{ secrets.MAVEN_NAME }} -PreleasesPassword=${{ secrets.MAVEN_TOKEN }} -DBUILDING_CI=true --no-daemon - name: Upload Build Artifacts uses: actions/upload-artifact@v2 |