Skip to content

Commit

Permalink
[Scoped] Ensure remove bin/generate-changelog.php before commit (#1492)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Dec 14, 2021
1 parent c763828 commit 32b06bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}

# remove remote files, to avoid piling up dead code in remote repository
- run: rm -rf remote-repository/.github remote-repository/config remote-repository/src remote-repository/rules remote-repository/packages remote-repository/vendor
- run: rm -rf remote-repository/.github remote-repository/config remote-repository/src remote-repository/rules remote-repository/packages remote-repository/vendor remote-repository/bin/generate-changelog.php

- run: cp -a rector-prefixed-downgraded/. remote-repository

Expand Down

0 comments on commit 32b06bc

Please sign in to comment.