Skip to content

Commit

Permalink
release action update
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 11, 2025
1 parent 4f40b68 commit de2b64b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ jobs:
run: ./gradlew -Pversion=$VERSION build sourcesJar dokkaGeneratePublicationHtml publish jreleaserDeploy

- name: Checkout main branch
if: github.ref == 'refs/heads/main'
uses: actions/[email protected]
with:
ref: main
fetch-depth: 0

- name: Update README
if: github.ref == 'refs/heads/main'
run: sh .github/scripts/update-readme-version.sh

- name: Create Pull Request
Expand Down

0 comments on commit de2b64b

Please sign in to comment.