From 10019638ef1801938b211816981b3035218a5e33 Mon Sep 17 00:00:00 2001 From: Chris Price Date: Wed, 28 Jun 2023 13:51:42 -0700 Subject: [PATCH] chore: remove README generator action from manual release task We are generating the README on push to main so we don't need it on the release task anymore, and this version is outdated. --- .github/workflows/manual-release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 1c2c02cd..3cf9a956 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -24,15 +24,6 @@ jobs: with: arguments: clean build - - name: Generate README - uses: momentohq/standards-and-practices/github-actions/generate-and-commit-oss-readme@gh-actions-v1 - with: - project_status: official - project_stability: stable - project_type: sdk - sdk_language: Java - usage_example_path: ./examples/lib/src/main/java/momento/client/example/BasicExample.java - - name: Set release id: semrel uses: go-semantic-release/action@v1