Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
lab3 committed Apr 29, 2023
1 parent ef4a423 commit bae53f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ name: Gradle Package

on:
workflow_dispatch:
release:
types: [created]

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@ publishing {
}
}
repositories {
maven {
url "file://${project.projectDir}/mcmodsrepo"
}
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/iron431/Irons-Spells-n-Spellbooks"
Expand All @@ -255,6 +252,9 @@ publishing {
password = System.getenv("TOKEN")
}
}
maven {
url "file://${project.projectDir}/mcmodsrepo"
}
}
}

Expand Down

0 comments on commit bae53f5

Please sign in to comment.