Skip to content

Commit

Permalink
Merge pull request #10 from VeyronSakai/fix/template-cleanup/replace-…
Browse files Browse the repository at this point in the history
…company-name

Fix company name replacement method
  • Loading branch information
Kuniwak committed Mar 25, 2024
2 parents 603ffa3 + 43309f5 commit 5ef64fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
done
# Replace template name in project files
find . -type f \( -name "*.sln" -or -name "*.csproj" -or -name "*.cs" -or -name ".editorconfig" \) -exec sed -i "s/DeNA Co., Ltd/$GITHUB_REPOSITORY_OWNER/g" {} +
find . -type f \( -name "*.sln" -or -name "*.csproj" -or -name "*.cs" \) -exec sed -i "s/DeNA/$GITHUB_REPOSITORY_OWNER/g" {} +
find . -type f \( -name "*.sln" -or -name "*.csproj" -or -name "*.cs" \) -exec sed -i "s/RoslynAnalyzerTemplate/$NAME/g" {} +
find . -type f -name "AnalyzerReleases.*.md" -exec sed -i "s/RoslynAnalyzerTemplate/$NAME/g" {} +
Expand Down

0 comments on commit 5ef64fa

Please sign in to comment.