Skip to content

Commit

Permalink
Remove readme release editing
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond committed Mar 26, 2024
1 parent d0063a0 commit 3334b5f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ jobs:
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}

- name: Update README for ${{ env.RELEASE_VERSION }}
run: ./.github/version.sh "${RELEASE_VERSION}"

- name: Commit changes to README to ${{ env.branch }}
uses: EndBug/add-and-commit@v9
with:
add: "./README.md"
message: "Update README.md with version ${{env.RELEASE_VERSION}}"
new_branch: main

documentation:
name: "Generate Documentation"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3334b5f

Please sign in to comment.