Skip to content

Commit

Permalink
[Update]: improved
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Oct 20, 2023
1 parent 95b8861 commit 5abc20b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-libcobj.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish package to GitHub Packages
on:
workflow_dispatch:
release:
types: [published]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion libcobj/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/yutaro-sakamoto/opensourcecobol4j")
url = uri("https://maven.pkg.github.com/opensourcecobol/opensourcecobol4j")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("GITHUB_ACTOR")
password = project.findProperty("gpr.key") as String? ?: System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 5abc20b

Please sign in to comment.