Skip to content

Commit

Permalink
fix release workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
sargunv committed Dec 7, 2024
1 parent 8fe4113 commit 28b80b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
- run: "git fetch --tags --force" # https://github.com/actions/checkout/issues/290
- uses: "./.github/actions/setup"
- run: "./gradlew version"
- run: "exit 1"
- run: "./gradlew publishAndReleaseToMavenCentral --no-configuration-cache"
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: "${{ secrets.MAVEN_CENTRAL_USERNAME }}"
Expand All @@ -39,7 +39,9 @@ jobs:
- uses: "actions/checkout@v4"
with:
fetch-depth: 0
- run: "git fetch --tags --force" # https://github.com/actions/checkout/issues/290
- uses: "./.github/actions/setup"
- run: "./gradlew version"
- run: "./gradlew generateDocs"
- uses: "actions/upload-pages-artifact@v3"
with:
Expand Down

0 comments on commit 28b80b4

Please sign in to comment.