Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Mar 29, 2024
1 parent 910c58e commit b8aafdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Push Docker Images
name: Build and Push Packages

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {
repositories {
maven {
name = "GitHub"
url = uri("https://maven.pkg.github.com/diademiemi/InvUILib")
url = uri("https://maven.pkg.github.com/diademiemi/invuilib")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'InvUILib'
rootProject.name = 'invuilib'

0 comments on commit b8aafdf

Please sign in to comment.