Update publish.yaml
This commit is contained in:
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
|
|
||||||
- name: Upload to Docker
|
- name: Upload to Docker
|
||||||
uses: eskatos/gradle-command-action@v1
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
arguments: jib -Pdocker=drpcorg
|
arguments: jib -Pdocker=drpcorg
|
||||||
env:
|
env:
|
||||||
@@ -37,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
- name: Build zip
|
- name: Build zip
|
||||||
uses: eskatos/gradle-command-action@v1
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
arguments: distZip
|
arguments: distZip
|
||||||
- name: Upload Release
|
- name: Upload Release
|
||||||
|
|||||||
Reference in New Issue
Block a user