Skip to content

Commit

Permalink
Merge pull request #34 from VeyronSakai/ci/draft-readme
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
VeyronSakai authored Apr 27, 2024
2 parents 20ceace + d1333c7 commit 90c9588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
dotnet-version: "7.0.x"
- name: Create pull request and merge
if: ${{ steps.commit-package-json.outputs.committed == 'true' }}
if: ${{ steps.commit-package-json.outputs.committed == 'true' || steps.commit-readme.outputs.committed == 'true'}}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
Expand Down

0 comments on commit 90c9588

Please sign in to comment.