We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c375594 commit f2cd935Copy full SHA for f2cd935
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Publish to Github packages
22
uses: gradle/gradle-build-action@v2
23
with:
24
- arguments: javasdk:publish
+ arguments: publish
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
VERSION_TAG: ${{ github.ref_name }}
0 commit comments