Skip to content

Commit f2cd935

Browse files
committed
Workflow fix
1 parent c375594 commit f2cd935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Publish to Github packages
2222
uses: gradle/gradle-build-action@v2
2323
with:
24-
arguments: javasdk:publish
24+
arguments: publish
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
VERSION_TAG: ${{ github.ref_name }}

0 commit comments

Comments
 (0)