Skip to content

Commit

Permalink
Fix package publishing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioPearce committed Mar 17, 2023
1 parent 74d30f3 commit deae6d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: chmod +x ./gradlew

- name: Publish release
run: ./gradlew closeAndReleaseRepository --no-daemon --no-parallel
run: ./gradlew publishAllPublicationsToGithubPackagesRepository --no-daemon --no-parallel
env:
ORG_GRADLE_PROJECT_githubPackagesUsername: EzioPearce
ORG_GRADLE_PROJECT_githubPackagesPassword: ${{ secrets.ACCESS_TOKEN }}
ORG_GRADLE_PROJECT_GithubPackagesUsername: EzioPearce
ORG_GRADLE_PROJECT_GithubPackagesPassword: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit deae6d8

Please sign in to comment.