forked from kscience/kmath
Fix publish.yml
This commit is contained in:
parent
bc28412950
commit
ec8f14a6e9
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -40,9 +40,9 @@ jobs:
|
|||||||
${{ runner.os }}-gradle-
|
${{ runner.os }}-gradle-
|
||||||
- name: Publish Windows Artifacts
|
- name: Publish Windows Artifacts
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
|
shell: cmd
|
||||||
run: >
|
run: >
|
||||||
./gradlew release --no-daemon -Ppublishing.enabled=true
|
./gradlew release --no-daemon -Ppublishing.enabled=true -Ppublishing.space.user=${{ secrets.SPACE_APP_ID }}
|
||||||
-Ppublishing.space.user=${{ secrets.SPACE_APP_ID }}
|
|
||||||
-Ppublishing.space.token=${{ secrets.SPACE_APP_SECRET }}
|
-Ppublishing.space.token=${{ secrets.SPACE_APP_SECRET }}
|
||||||
-Ppublishing.sonatype=false
|
-Ppublishing.sonatype=false
|
||||||
- name: Publish Mac Artifacts
|
- name: Publish Mac Artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user