diff options
author | Wyvest <45589059+Wyvest@users.noreply.github.com> | 2022-08-06 20:33:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-06 20:33:36 +0900 |
commit | 4f72785e46c40dd01bce57940130cf149b5a0c09 (patch) | |
tree | 0aead6e703afc16fe988c6ce49e471b7db9179d8 /.github | |
parent | 107b4f70029e89873e7b3d1901c0d4528db36291 (diff) | |
download | OneConfig-4f72785e46c40dd01bce57940130cf149b5a0c09.tar.gz OneConfig-4f72785e46c40dd01bce57940130cf149b5a0c09.tar.bz2 OneConfig-4f72785e46c40dd01bce57940130cf149b5a0c09.zip |
fix: fix ci (#83)
Update release.yml
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 4defbcc..3d7c34b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: id: version - name: Publish - run: ./gradlew publish -Pmod_minor_version=${{ steps.version.outputs.VERSION_NUMBER }} -PreleasesUsername=${{ secrets.MAVEN_NAME }} -PreleasesPassword=${{ secrets.MAVEN_TOKEN }} -DBUILDING_CI=true --no-daemon + run: ./gradlew publishAllPublicationsToReleasesRepository -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 |