Skip to content

Commit

Permalink
one more attempt to fix the release
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 9, 2024
1 parent 2d2d14a commit a621d90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
run: ./gradlew -Pversion=$VERSION build sourcesJar dokkaGeneratePublicationHtml publishToSonatype closeAndReleaseSonatypeStagingRepository

- name: Checkout main branch
uses: actions/[email protected]
with:
ref: main
fetch-depth: 0

- name: Update README
run: sh .github/scripts/update-readme-version.sh

Expand Down

0 comments on commit a621d90

Please sign in to comment.