Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 83a6d82

Browse files
committed
using the gradle action
1 parent 17bfa6a commit 83a6d82

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
with:
1515
java-version: 8
1616
distribution: adopt
17-
- name: Publish package
18-
run: gradle publish
17+
- name: Publish plugins
18+
uses: eskatos/gradle-command-action@v1
19+
with:
20+
arguments: publish
1921
env:
2022
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2123
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

0 commit comments

Comments
 (0)