Merge pull request #27 from OnixByte/development

ci: remove skipping
This commit is contained in:
Zihlu Wang
2024-04-26 03:17:46 +08:00
committed by GitHub
@@ -59,7 +59,7 @@ jobs:
# The USERNAME and TOKEN need to correspond to the credentials environment variables used in
# the publishing section of your build.gradle
- name: Publish to GitHub Packages
run: ./gradlew publishAllPublicationsToGithubPackagesRepository -x
run: ./gradlew publishAllPublicationsToGithubPackagesRepository
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}