ci: remove skipping

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