Skip to content

Commit

Permalink
Fix maven-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
miachm authored Sep 13, 2023
1 parent 839cc09 commit 32ccdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}

- name: Update readme.md
run: git pull; sed -i "s/$(git describe --tags --abbrev=0 | cut -c 2-)/${{ github.event.inputs.releaseversion }}/g" README.md
run: git fetch --unshallow; git pull; sed -i "s/$(git describe --tags --abbrev=0 | cut -c 2-)/${{ github.event.inputs.releaseversion }}/g" README.md

- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit 32ccdca

Please sign in to comment.