Skip to content

Commit

Permalink
Merge pull request #52 from VeyronSakai/ci/update-release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
VeyronSakai authored Apr 29, 2024
2 parents 057ce95 + 1a83d9d commit 7305956
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,14 @@ jobs:
cp -f .github/DRAFT_README.md README.md
- name: Commit README.md
uses: EndBug/add-and-commit@v9
id: commit-readme
with:
author_name: ${{ env.GITHUB_BOT_NAME }}
author_email: ${{ env.GITHUB_BOT_EMAIL }}
message: "Update README.md"
add: "README.md"
new_branch: ${{ env.SOURCE_BRANCH }}
- name: Create pull request and merge
if: ${{ steps.commit-package-json.outputs.committed == 'true' || steps.commit-readme.outputs.committed == 'true'}}
if: ${{ steps.commit-package-json.outputs.committed == 'true' }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
Expand Down

0 comments on commit 7305956

Please sign in to comment.