Skip to content

Commit c61430b

Browse files
Update test-publishing-using-gradle.yml
1 parent fd6509e commit c61430b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test-publishing-using-gradle.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,4 @@ jobs:
2121
distribution: 'sapmachine'
2222
java-version: '21'
2323

24-
- name: Build with Gradle
25-
run: gradle build
26-
27-
- name: Publish to GitHub Packages
28-
run: gradle publish
29-
env:
30-
USERNAME: ${{ github.actor }}
31-
PASSWORD: ${{ secrets.GITHUB_TOKEN }}
32-
24+

0 commit comments

Comments
 (0)