Skip to content

Commit

Permalink
fix(CI): Removed -q in releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 committed Apr 14, 2024
1 parent cf20ba2 commit b44baa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ plugins:
- prepareCmd: "echo ${nextRelease.version} > Assets/Mirror/version.txt"

# Remove Test folder so it's excluded from Unity package
# -f: force, -r: recursive, -q: quiet
# -f: force, -r: recursive
- - '@semantic-release/exec'
- prepareCmd: "rm -f -r -q Assets/Mirror/Tests
&& rm -f -q Assets/Mirror/Tests.meta"
- prepareCmd: "rm -f -r Assets/Mirror/Tests
&& rm -f Assets/Mirror/Tests.meta"

# Create Unity package with Mirror, ScriptTemplates, and LICENSE
- - '@semantic-release/exec'
Expand Down

0 comments on commit b44baa4

Please sign in to comment.