Skip to content

Commit

Permalink
Merge pull request #406 from rollbar/pawelsz-rb-patch-1
Browse files Browse the repository at this point in the history
Update .releaserc.json
  • Loading branch information
pawelsz-rb authored Jul 11, 2024
2 parents 2115d24 + 3faf3ee commit 61b2367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@semantic-release/git",
["@semantic-release/exec",
{
"prepareCmd": "goreleaser build --rm-dist --snapshot; rm -rv dist",
"publishCmd": "goreleaser release --rm-dist"
"prepareCmd": "goreleaser build --snapshot; rm -rv dist",
"publishCmd": "goreleaser release"
}
]
],
Expand Down

0 comments on commit 61b2367

Please sign in to comment.