File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
distribution : ' temurin'
16
16
- name : Setup Gradle
17
17
uses : gradle/gradle-build-action@v2
18
- - name : Build & Publish to Github Maven
19
- run : ./gradlew build publish publishMods --no-daemon
18
+ - name : Build & Publish
19
+ run : ./gradlew build publishMods --no-daemon
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22
22
CURSE_TOKEN : ${{ secrets.CURSE_TOKEN }}
Original file line number Diff line number Diff line change @@ -155,16 +155,16 @@ publishing {
155
155
}
156
156
}
157
157
158
- repositories {
159
- maven {
160
- name = " GitHubPackages"
161
- url = " https://maven.pkg.github.com/Direwolf20-MC/MiningGadgets"
162
- credentials {
163
- username = providers. environmentVariable(" GITHUB_ACTOR" )
164
- password = providers. environmentVariable(" GITHUB_TOKEN" )
165
- }
166
- }
167
- }
158
+ // repositories {
159
+ // maven {
160
+ // name = "GitHubPackages"
161
+ // url = "https://maven.pkg.github.com/Direwolf20-MC/MiningGadgets"
162
+ // credentials {
163
+ // username = providers.environmentVariable("GITHUB_ACTOR")
164
+ // password = providers.environmentVariable("GITHUB_TOKEN")
165
+ // }
166
+ // }
167
+ // }
168
168
}
169
169
170
170
def makeChangelog () {
You can’t perform that action at this time.
0 commit comments