Skip to content

Commit

Permalink
Finally fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DenaryDev authored Apr 29, 2024
1 parent e415328 commit 1f8be06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git config --global user.name "Github Actions"
./gradlew applyPatches --stacktrace
./gradlew sapphire-api:publish --stacktrace
./gradlew publishDevBundle --stacktrace
./gradlew publishDevBundlePublicationToActivmineRepository --stacktrace
env:
NO_SERVER_PUBLISH: true
ORG_GRADLE_PROJECT_activmineUsername: ${{ secrets.DEPLOY_USERNAME }}
Expand Down

0 comments on commit 1f8be06

Please sign in to comment.