Skip to content

Commit

Permalink
ci: remove misplaced dry-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Jan 25, 2024
1 parent 79910ca commit 9b46993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"defaultConfiguration": "dryRun",
"configurations": {
"release": {
"args": "--releaseType=release --dryRun=true"
"args": "--releaseType=release --dryRun=false"
},
"prerelease": {
"args": "--releaseType=prerelease --dryRun=true"
"args": "--releaseType=prerelease --dryRun=false"
},
"dryRun": {
"args": "--releaseType=release --dryRun=true"
Expand Down

0 comments on commit 9b46993

Please sign in to comment.