Skip to content

Commit

Permalink
Update .releaserc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelsz-rb authored Jul 11, 2024
1 parent 2115d24 commit 3faf3ee
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 3faf3ee

Please sign in to comment.