Skip to content

Commit 28a1c6e

Browse files
fix: maven later
1 parent 1e7f0be commit 28a1c6e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
distribution: 'temurin'
1616
- name: Setup Gradle
1717
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
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
CURSE_TOKEN: ${{ secrets.CURSE_TOKEN }}

Diff for: build.gradle

+10-10
Original file line numberDiff line numberDiff line change
@@ -155,16 +155,16 @@ publishing {
155155
}
156156
}
157157

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+
// }
168168
}
169169

170170
def makeChangelog() {

0 commit comments

Comments
 (0)