Skip to content

Commit

Permalink
attemp to fix package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
titivermeesch committed Dec 13, 2024
1 parent 6625377 commit 8a56a0b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
path: build/libs/commandtimer-java8.jar
- name: Publish package
run: gradle publish -b build.gradle
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Build-Java-17:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'me.playbosswar.com'
artifactId = 'commandtimer-java8'
artifactId = 'commandtimer'
version = '8.11.2'

from components.java
Expand Down

0 comments on commit 8a56a0b

Please sign in to comment.