File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55 - " *"
66 workflow_dispatch : { }
77jobs :
8- snapshot :
9- name : Publish all to Release
8+ release :
9+ name : Gradle Publish
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
15- - name : Set up BadGames Repository
15+ - name : Set up Java 17
1616 uses : actions/setup-java@v4
1717 with :
1818 java-version : ' 17'
Original file line number Diff line number Diff line change 55 workflow_dispatch : { }
66jobs :
77 snapshot :
8- name : Publish all to Snapshot
8+ name : Gradle Publish
99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
1212 with :
1313 fetch-depth : 0
14- - name : Set up BadGames Repository
14+ - name : Set up Java 17
1515 uses : actions/setup-java@v4
1616 with :
1717 java-version : ' 17'
You can’t perform that action at this time.
0 commit comments